popupMenu: Fix a bad rebase

The wrong patch got pushed accidentally here
This commit is contained in:
Jasper St. Pierre 2013-04-23 16:33:07 -04:00
parent d2103995cb
commit c57c08b2c6

View File

@ -1912,7 +1912,7 @@ const RemoteMenu = new Lang.Class({
this._actionAdded(model, item, index);
}));
return [item, false];
return item;
},
_actionStateChanged: function(actionGroup, action_id) {