popupMenu: Fix a bad rebase
The wrong patch got pushed accidentally here
This commit is contained in:
parent
d2103995cb
commit
c57c08b2c6
@ -1912,7 +1912,7 @@ const RemoteMenu = new Lang.Class({
|
|||||||
this._actionAdded(model, item, index);
|
this._actionAdded(model, item, index);
|
||||||
}));
|
}));
|
||||||
|
|
||||||
return [item, false];
|
return item;
|
||||||
},
|
},
|
||||||
|
|
||||||
_actionStateChanged: function(actionGroup, action_id) {
|
_actionStateChanged: function(actionGroup, action_id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user