diff options
| author | Josh Andler <scislac@gmail.com> | 2012-02-08 01:31:52 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2012-02-08 01:31:52 +0000 |
| commit | 5b54070a4238ab276272709794838028a464cf3c (patch) | |
| tree | f5c378bf00c44e7cf916ee5d675fc822d6feb95b /src/interface.cpp | |
| parent | add missing files in cmake (diff) | |
| download | inkscape-5b54070a4238ab276272709794838028a464cf3c.tar.gz inkscape-5b54070a4238ab276272709794838028a464cf3c.zip | |
Patch from lp 721448 to make OSX Aqua builds more stable
(bzr r10950)
Diffstat (limited to 'src/interface.cpp')
| -rw-r--r-- | src/interface.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index b10ca6156..d9f61cf43 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -67,11 +67,6 @@ #include "gradient-drag.h" #include "widgets/ege-paint-def.h" -// Include Mac OS X menu synchronization on native OSX build -#ifdef GDK_WINDOWING_QUARTZ -#include "ige-mac-menu.h" -#endif - using Inkscape::DocumentUndo; /* Drag and Drop */ @@ -1014,18 +1009,8 @@ void sp_ui_build_dyn_menus(Inkscape::XML::Node *menus, GtkWidget *menu, Inkscape GtkWidget *sp_ui_main_menubar(Inkscape::UI::View::View *view) { GtkWidget *mbar = gtk_menu_bar_new(); - -#ifdef GDK_WINDOWING_QUARTZ - ige_mac_menu_set_menu_bar(GTK_MENU_SHELL(mbar)); -#endif - sp_ui_build_dyn_menus(inkscape_get_menus(INKSCAPE), mbar, view); - -#ifdef GDK_WINDOWING_QUARTZ - return NULL; -#else return mbar; -#endif } static void leave_group(GtkMenuItem *, SPDesktop *desktop) { |
