From 9f1e497c196ee64ea89027a74ece95cd3f5e4ac1 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 6c75dabe..eb5fd668 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();