]> sjero.net Git - linphone/commitdiff
remove imagemenuitem5 from macosx
authorJehan Monnier <jehan.monnier@linphone.org>
Mon, 19 Sep 2011 09:44:15 +0000 (11:44 +0200)
committerJehan Monnier <jehan.monnier@linphone.org>
Mon, 19 Sep 2011 09:44:15 +0000 (11:44 +0200)
gtk/main.c

index 6675af4302e2cde49ff929ba5e67dccd8b546667..6f9c4da6257bbeabeebe5f554f0a378e598f8f5f 100644 (file)
@@ -1430,7 +1430,6 @@ static void linphone_gtk_init_main_window(){
 #ifdef HAVE_GTK_OSX
        {
                GtkWidget *menubar=linphone_gtk_get_widget(main_window,"menubar1");
-               gtk_widget_destroy(linphone_gtk_get_widget(main_window,"imagemenuitem5"));
                GtkOSXApplication *theMacApp = (GtkOSXApplication*)g_object_new(GTK_TYPE_OSX_APPLICATION, NULL);
                gtk_osxapplication_set_menu_bar(theMacApp,GTK_MENU_SHELL(menubar));
                gtk_widget_hide(menubar);