GNOME Bugzilla – Bug 698972
popupMenu: Allow separator items to have labels
Last modified: 2014-01-17 14:12:57 UTC
See patch.
Created attachment 242594 [details] [review] popupMenu: Allow separator items to have labels This fixes a regression with remote menus where sections have labels, like gnome-documents.
Review of attachment 242594 [details] [review]: Uhm... Gtk section titles don't have a separator next to them.
(In reply to comment #2) > Review of attachment 242594 [details] [review]: > > Uhm... Gtk section titles don't have a separator next to them. https://git.gnome.org/browse/gtk+/tree/gtk/gtkmenushell.c#n2052 says they create a separator menu item with a label. So they should be a separator.