GNOME Bugzilla – Bug 682998
PopupMenu: propagate all open-state-changed down to PopupMenuSection
Last modified: 2012-08-29 23:48:52 UTC
Fixes a stray separator after the volume menu was made into a section.
Created attachment 222884 [details] [review] PopupMenu: propagate all open-state-changed down to PopupMenuSection PopupMenuBase relies on open-state-changed to update the separator visibility, but PopupMenuSection were only emitting when the parent closed, so the first time the menu was opened, separator visiblity was wrong.
Review of attachment 222884 [details] [review]: Sure.
Attachment 222884 [details] pushed as 04d1a35 - PopupMenu: propagate all open-state-changed down to PopupMenuSection