From 6744433245db16e841c0aa2c9727d4c5055d19e0 Mon Sep 17 00:00:00 2001 From: Maxim Ermilov Date: Sun, 21 Mar 2010 05:00:23 +0300 Subject: [PATCH] add a missing semicolon https://bugzilla.gnome.org/show_bug.cgi?id=610191 --- js/ui/workspacesView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index 96ffae6ee..6e3016155 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,