[gnome-shell] add a missing (optional) ";"



commit ab1fbbde928b978b40cb52525970ffe6f054e4d1
Author: Dan Winship <danw gnome org>
Date:   Fri Oct 2 08:49:22 2009 -0400

    add a missing (optional) ";"

 js/ui/altTab.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/altTab.js b/js/ui/altTab.js
index 6b28921..13c147f 100644
--- a/js/ui/altTab.js
+++ b/js/ui/altTab.js
@@ -88,7 +88,7 @@ AltTabPopup.prototype = {
         box.append(new Clutter.Rectangle({ width: 1,
                                            color: POPUP_APPICON_SEPARATOR_COLOR }),
                    Big.BoxPackFlags.EXPAND);
-        this._separator = box
+        this._separator = box;
         this._appsBox.add_actor(box);
     },
 



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