Revert "popupMenu: Fix RemoteMenu items with boolean state action"
This reverts commit 7293ddb22c
.
This commit is contained in:
parent
54c624b356
commit
43fd29f9bf
@ -1867,7 +1867,7 @@ const RemoteMenu = new Lang.Class({
|
|||||||
item = new PopupSwitchMenuItem(label, action.state.get_boolean());
|
item = new PopupSwitchMenuItem(label, action.state.get_boolean());
|
||||||
action.items.push(item);
|
action.items.push(item);
|
||||||
specificSignalId = item.connect('toggled', Lang.bind(this, function(item) {
|
specificSignalId = item.connect('toggled', Lang.bind(this, function(item) {
|
||||||
this.actionGroup.activate_action(action_id, GLib.Variant.new_boolean(item.state));
|
this.actionGroup.activate_action(action_id, null);
|
||||||
}));
|
}));
|
||||||
break;
|
break;
|
||||||
case 's':
|
case 's':
|
||||||
|
Loading…
Reference in New Issue
Block a user