js: Spurious fixes for cases where we pass extra arguments

https://bugzilla.gnome.org/show_bug.cgi?id=680216
This commit is contained in:
Jasper St. Pierre 2012-07-18 20:21:58 -04:00
parent 19e4c953ef
commit dd80f39049

View File

@ -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();