From b66824c500eebe06b2254465d5ff10e265b8fbee Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 18 Jun 2013 21:36:10 +0200 Subject: [PATCH] xrandr-indicator: fix syntax error It shows the level of testing or usefulness this extension has... --- extensions/xrandr-indicator/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/xrandr-indicator/extension.js b/extensions/xrandr-indicator/extension.js index b86c3542..b38e676e 100644 --- a/extensions/xrandr-indicator/extension.js +++ b/extensions/xrandr-indicator/extension.js @@ -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();