aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2012-09-18 14:08:23 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-18 19:20:44 -0400
commitf83625efa5d526a50c0ecbeed514360d7fb61e57 (patch)
tree6ba1f1c2a50b7775c11a8c38c358cbba00010c83
parent744b4e0c1c8cab32c51db3bd1e5f5df84eaf8ad2 (diff)
downloadsubsurface-f83625efa5d526a50c0ecbeed514360d7fb61e57.tar.gz
Proper placement for the file menu separator lines in MacOSX
After Lubomir's latest changes to the File menu, the separator were a little off. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--macos.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/macos.c b/macos.c
index d76225472..d0d7a742b 100644
--- a/macos.c
+++ b/macos.c
@@ -123,10 +123,7 @@ void subsurface_ui_setup(GtkSettings *settings, GtkWidget *menubar,
gtk_widget_hide (menubar);
gtk_osxapplication_set_menu_bar(osx_app, GTK_MENU_SHELL(menubar));
- sep = gtk_ui_manager_get_widget(ui_manager, "/MainMenu/FileMenu/Separator1");
- if (sep)
- gtk_widget_destroy(sep);
- sep = gtk_ui_manager_get_widget(ui_manager, "/MainMenu/FileMenu/Separator2");
+ sep = gtk_ui_manager_get_widget(ui_manager, "/MainMenu/FileMenu/Separator3");
if (sep)
gtk_widget_destroy(sep);