mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
add missing GTK_CHECK_VERSION
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@503 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
f336e11971
commit
39cec7202e
1 changed files with 2 additions and 2 deletions
|
|
@ -219,9 +219,9 @@ static void linphone_gtk_friend_list_init(GtkWidget *friendlist)
|
|||
|
||||
select = gtk_tree_view_get_selection (GTK_TREE_VIEW (friendlist));
|
||||
gtk_tree_selection_set_mode (select, GTK_SELECTION_SINGLE);
|
||||
|
||||
#if GTK_CHECK_VERSION(2,12,0)
|
||||
gtk_tree_view_set_tooltip_column(GTK_TREE_VIEW(friendlist),FRIEND_SIP_ADDRESS);
|
||||
|
||||
#endif
|
||||
gtk_combo_box_set_active(GTK_COMBO_BOX(linphone_gtk_get_widget(
|
||||
gtk_widget_get_toplevel(friendlist),"show_category")),0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue