GNOME Bugzilla – Bug 756221
Disabling application menu adds a redundant toolbar
Last modified: 2015-10-08 08:42:00 UTC
Created attachment 312880 [details] screenshot See: Bug 754426 Disabling the application menu with "gnome-tweak-tool", an additional bar appears with a redundant menu. fedora 23 beta 64 bit gnome 3.18.0 gnome photos 3.18 Cheers
Created attachment 312893 [details] [review] main-window: Don't show an extra menu when the app menu is disabled
Review of attachment 312893 [details] [review]: ::: src/photos-main-window.c @@ +466,3 @@ "title", _(PACKAGE_NAME), "window-position", GTK_WIN_POS_CENTER, + "show-menubar", FALSE, Nit: a few tabs managed to sneak in. :)
Created attachment 312894 [details] [review] main-window: Don't show an extra menu when the app menu is disabled Replace the tabs with spaces
Comment on attachment 312894 [details] [review] main-window: Don't show an extra menu when the app menu is disabled Thanks for the patch, Alessandro.