Revert "kbd-status: Close the menu when switching layouts"

This reverts commit e0f58c615b.

Pushed accidentally.
This commit is contained in:
Florian Müllner 2011-01-14 01:05:23 +01:00
parent e0f58c615b
commit ed76e52918

View File

@ -36,7 +36,6 @@ LayoutMenuItem.prototype = {
},
activate: function(event) {
PopupMenu.PopupBaseMenuItem.prototype.activate.call(this);
this._config.lock_group(this._id);
}
};