Revert "volume.js: make slider menu items activatable"
This reverts commit a50c30a4fd
.
This commit is contained in:
@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user