xrandr-indicator: fix syntax error
It shows the level of testing or usefulness this extension has...
This commit is contained in:
@@ -64,7 +64,7 @@ const Indicator = new Lang.Class({
|
||||
this._screen.connect('changed', Lang.bind(this, this._randrEvent));
|
||||
},
|
||||
|
||||
destroy: function() [
|
||||
destroy: function() {
|
||||
if (this._screen)
|
||||
this._screen.run_dispose();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user