[gnome-shell] layout: Call _startupAnimation() on init
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] layout: Call _startupAnimation() on init
- Date: Mon, 4 Feb 2013 10:27:45 +0000 (UTC)
commit eab497a8142413e055c8ee8a7d626af8188abb90
Author: Rui Matos <tiagomatos gmail com>
Date: Sat Feb 2 21:16:05 2013 +0100
layout: Call _startupAnimation() on init
Commit 8e231cb2ece3c41f6f340f7d54286dc160dc38d1 inadvertently removed
it.
https://bugzilla.gnome.org/show_bug.cgi?id=693067
js/ui/layout.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/layout.js b/js/ui/layout.js
index 4bc41c6..0adc81f 100644
--- a/js/ui/layout.js
+++ b/js/ui/layout.js
@@ -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() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]