[gnome-shell-extensions/wip/3-8-backports: 6/7] xrandr-indicator: fix syntax error



commit 9f1e497c196ee64ea89027a74ece95cd3f5e4ac1
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Tue Jun 18 21:36:10 2013 +0200

    xrandr-indicator: fix syntax error
    
    It shows the level of testing or usefulness this extension has...

 extensions/xrandr-indicator/extension.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/xrandr-indicator/extension.js b/extensions/xrandr-indicator/extension.js
index 6c75dab..eb5fd66 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();
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]