mirror of https://github.com/GNOME/gimp.git
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:
parent
be1782aa34
commit
1876333531
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue