GNOME Bugzilla – Bug 630914
PopupMenuManager does not connect to 'destroy' signal
Last modified: 2010-10-01 16:38:14 UTC
When introducing support for dynamic menus in bug 622730 PopupMenuManager was meant to connect to the 'destroy' signal of PopupMenu, so that destroying a menu would be enough for having it removed.
Created attachment 171344 [details] [review] Connect PopupMenuManager to destroy signal PopupMenuManager now connects to the destroy signal of PopupMenu, so that destroying a PopupMenu is now enough for removing it from the relevant manager. Useful if menu come and go on-the-fly (like in app views or sidebars).