From 1876333531c826e10a4029c2a4318d75e128b35e Mon Sep 17 00:00:00 2001 From: su-v Date: Thu, 20 Feb 2014 09:16:40 +0100 Subject: [PATCH] Bug 724782 - git master fails to build on OS X with gtk-mac-integration Delete the re-inserted 'ige_mac_menu_add_app_menu_group()' function call. GIMP has migrated to external gtk-mac-integration for the global menubar integration - ige_mac_menu* functions are no longer available. --- app/gui/gui.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/gui/gui.c b/app/gui/gui.c index d787b942df..e10d943216 100644 --- a/app/gui/gui.c +++ b/app/gui/gui.c @@ -531,9 +531,6 @@ gui_restore_after_callback (Gimp *gimp, #undef PREFERENCES - /* the preferences group */ - group = ige_mac_menu_add_app_menu_group (); - item = gtk_separator_menu_item_new (); gtkosx_application_insert_app_menu_item (osx_app, item, 8);