layout: Call _startupAnimation() on init

Commit 8e231cb2ec inadvertently removed
it.

https://bugzilla.gnome.org/show_bug.cgi?id=693067
This commit is contained in:
Rui Matos 2013-02-02 21:16:05 +01:00
parent a8c8df6ee8
commit eab497a814

View File

@ -161,6 +161,7 @@ const LayoutManager = new Lang.Class({
Main.overview.connect('showing', Lang.bind(this, this._overviewShowing));
Main.overview.connect('hidden', Lang.bind(this, this._overviewHidden));
Main.sessionMode.connect('updated', Lang.bind(this, this._sessionUpdated));
this._startupAnimation();
},
_overviewShowing: function() {