[gnome-shell] Fix syntax error



commit 580bd67278404cc64e5303678c8f807586e6e63e
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Tue Jun 18 22:59:48 2013 +0200

    Fix syntax error

 js/ui/osdWindow.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/osdWindow.js b/js/ui/osdWindow.js
index 7d9510d..f59c84c 100644
--- a/js/ui/osdWindow.js
+++ b/js/ui/osdWindow.js
@@ -170,7 +170,8 @@ const OsdWindow = new Lang.Class({
                            onComplete: Lang.bind(this, function() {
                               this._reset();
                               Meta.enable_unredirect_for_screen(global.screen);
-                           });
+                           })
+                         });
     },
 
     _reset: function() {


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