WorkspaceThumbnail: fix typo in stacking code

Was causing thumbnails to be below the background.

https://bugzilla.gnome.org/show_bug.cgi?id=694227
This commit is contained in:
Giovanni Campagna 2013-02-20 01:44:09 +01:00
parent 4b3c9e826d
commit f3df62f27e

View File

@ -425,7 +425,7 @@ const WorkspaceThumbnail = new Lang.Class({
this._contents.add_actor(clone.actor);
if (this._windows.length == 0)
clone.setStackAbove(this._bgManager.actor);
clone.setStackAbove(this._bgManager.background.actor);
else
clone.setStackAbove(this._windows[this._windows.length - 1].actor);