layout: invert isGreeter check

I somehow lost an exclamation point.

https://bugzilla.gnome.org/show_bug.cgi?id=694227
This commit is contained in:
Ray Strode 2013-02-19 20:21:06 -05:00
parent 6484da26f0
commit 905c4932d1

View File

@ -605,7 +605,7 @@ const LayoutManager = new Lang.Class({
this._consoleBackgroundGroup.destroy(); this._consoleBackgroundGroup.destroy();
this._startingUp = false; this._startingUp = false;
if (Main.sessionMode.isGreeter) if (!Main.sessionMode.isGreeter)
this._createSecondaryBackgrounds(); this._createSecondaryBackgrounds();
this.emit('panel-box-changed'); this.emit('panel-box-changed');