[gimp] Bug 724782 - git master fails to build on OS X with gtk-mac-integration



commit 1876333531c826e10a4029c2a4318d75e128b35e
Author: su-v <suv-sf users sf net>
Date:   Thu Feb 20 09:16:40 2014 +0100

    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 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/app/gui/gui.c b/app/gui/gui.c
index d787b94..e10d943 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]