[gnome-shell] js: Spurious fixes for cases where we pass extra arguments



commit dd80f3904981c2a6a2230b070c7ad4eb3a59960d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jul 18 20:21:58 2012 -0400

    js: Spurious fixes for cases where we pass extra arguments
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680216

 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 3a5c2ab..f769186 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -187,7 +187,7 @@ const WorkspacesView = new Lang.Class({
 
         activeWorkspace.actor.raise_top();
 
-       this.actor.remove_clip(this._x, this._y, this._width, this._height);
+        this.actor.remove_clip();
 
         for (let w = 0; w < this._workspaces.length; w++)
             this._workspaces[w].zoomFromOverview();



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