[gnome-shell] add a missing semicolon



commit 6744433245db16e841c0aa2c9727d4c5055d19e0
Author: Maxim Ermilov <zaspire rambler ru>
Date:   Sun Mar 21 05:00:23 2010 +0300

    add a missing semicolon
    
    https://bugzilla.gnome.org/show_bug.cgi?id=610191

 js/ui/workspacesView.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index 96ffae6..6e30161 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -1360,7 +1360,7 @@ WorkspacesControls.prototype = {
 
         this._addButton = new St.Button({ style_class: 'workspace-controls add' });
         this._addButton.connect('clicked', Lang.bind(this, function() {
-            this._currentView.addWorkspace()
+            this._currentView.addWorkspace();
         }));
         this._addButton._delegate = this._addButton;
         this._addButton._delegate.acceptDrop = Lang.bind(this,



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