GNOME Bugzilla – Bug 654267
[Patch] PopupSwitchMenuItem overrides its internal switch at creation
Last modified: 2011-07-09 23:30:08 UTC
Currently, initialisation make a this._switch = new Switch(active); and then a this._switch = new Switch(false); Causing the switch to always be set to false at the creation of a PopupSwitchMenuItem
Created attachment 191532 [details] [review] PopupSwitchMenuItem: don't override switch by creating it twice
Review of attachment 191532 [details] [review]: LGTM
Attachment 191532 [details] pushed as 6d53d43 - PopupSwitchMenuItem: don't override switch by creating it twice Pushed with revised commit message as discussed on IRC.