GNOME Bugzilla – Bug 724690
popupMenu: Make destroy() a bit more robust
Last modified: 2014-02-18 20:28:04 UTC
Noticed in relation to bug 724688, see patch.
Created attachment 269614 [details] [review] popupMenu: Make destroy() a bit more robust Currently destroying a menu's actor and calling its destroy() method are subtly different - the latter will also result in the menu being removed from the corresponding menu manager. There is no good justification for that behavior, so make both actions behave the same.
Review of attachment 269614 [details] [review]: This makes sense.
Attachment 269614 [details] pushed as 3e7e88c - popupMenu: Make destroy() a bit more robust