Revert "volume.js: make slider menu items activatable"

This reverts commit a50c30a4fd.
This commit is contained in:
Rui Matos
2011-07-20 00:45:29 +01:00
parent d12dd1491f
commit d894dedaf6
2 changed files with 4 additions and 31 deletions

View File

@ -482,8 +482,8 @@ function PopupSliderMenuItem() {
PopupSliderMenuItem.prototype = {
__proto__: PopupBaseMenuItem.prototype,
_init: function(value, params) {
PopupBaseMenuItem.prototype._init.call(this, params ? params : { activate: false });
_init: function(value) {
PopupBaseMenuItem.prototype._init.call(this, { activate: false });
this.actor.connect('key-press-event', Lang.bind(this, this._onKeyPressEvent));