mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 04:58:14 +00:00
allow compilation with gtk<2.16
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@443 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
8fc531eb54
commit
3d3bbae2ef
1 changed files with 2 additions and 0 deletions
|
|
@ -823,7 +823,9 @@ static void linphone_gtk_configure_main_window(){
|
|||
linphone_gtk_configure_window(w,"main_window");
|
||||
if (title) {
|
||||
gtk_window_set_title(GTK_WINDOW(w),title);
|
||||
#if GTK_CHECK_VERSION(2,16,0)
|
||||
gtk_menu_item_set_label(GTK_MENU_ITEM(linphone_gtk_get_widget(w,"main_menu")),title);
|
||||
#endif
|
||||
}
|
||||
if (start_call_icon){
|
||||
GdkPixbuf *pbuf=create_pixbuf(start_call_icon);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue