layout: add back startingUp state variable

I dropped it on accident during last minute refactoring

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

View File

@ -140,6 +140,7 @@ const LayoutManager = new Lang.Class({
this._trackedActors = [];
this._isPopupWindowVisible = false;
this._startingUp = true;
// Normally, the stage is always covered so Clutter doesn't need to clear
// it; however it becomes visible during the startup animation
@ -602,6 +603,7 @@ const LayoutManager = new Lang.Class({
global.stage_input_mode = Shell.StageInputMode.NORMAL;
this._consoleBackgroundGroup.destroy();
this._startingUp = false;
if (Main.sessionMode.isGreeter)
this._createSecondaryBackgrounds();