GNOME Bugzilla – Bug 678694
Error when adding an indicator with no menu in the status area
Last modified: 2012-07-10 20:22:53 UTC
Created attachment 217105 [details] [review] Don't break when indicator has no menu Indicators can be created with no menu by using panelMenu.Button and setting dontCreateMenu to true but when adding the indicator to the status area a TypeError is raised (menu is null). If the indicator was added by an extension, the extension gets disabled in gsettings but remains active in the session. Attached patch make it possible to add an indicator without menu with no issue. I think the patch can be applied on master and in the 3.4 branch
Review of attachment 217105 [details] [review]: Sure.
Pushed, thanks for the patch!