xrandr-indicator: fix syntax error

It shows the level of testing or usefulness this extension has...
This commit is contained in:
Giovanni Campagna
2013-06-18 21:36:10 +02:00
parent 76713a74be
commit b66824c500

View File

@@ -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();