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.
This commit is contained in:
su-v 2014-02-20 09:16:40 +01:00 committed by Michael Natterer
parent be1782aa34
commit 1876333531
1 changed files with 0 additions and 3 deletions

View File

@ -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);