workspace: fix typo in removeThumbnails.
https://bugzilla.gnome.org/show_bug.cgi?id=684869
This commit is contained in:

committed by
Jasper St. Pierre

parent
11299d9913
commit
046067565a
@ -968,7 +968,7 @@ const WorkspacesDisplay = new Lang.Class({
|
||||
}
|
||||
}
|
||||
|
||||
this._thumbnailsBox.removeThumbmails(removedIndex, removedNum);
|
||||
this._thumbnailsBox.removeThumbnails(removedIndex, removedNum);
|
||||
}
|
||||
|
||||
for (let i = 0; i < this._workspacesViews.length; i++)
|
||||
|
Reference in New Issue
Block a user