[gnome-shell] [MessageTray] Fix summary to be initially-hidden
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] [MessageTray] Fix summary to be initially-hidden
- Date: Wed, 17 Feb 2010 22:08:57 +0000 (UTC)
commit 02f67af4644161629f8bb4c6d27a0aa40ecd4412
Author: Dan Winship <danw gnome org>
Date: Thu Feb 11 15:39:43 2010 -0500
[MessageTray] Fix summary to be initially-hidden
Some recent change broke it so that the first time a notification pops
up, the summary will be visible alongside it.
https://bugzilla.gnome.org/show_bug.cgi?id=609765
js/ui/messageTray.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index d9d45ab..405f06e 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -361,9 +361,9 @@ MessageTray.prototype = {
x_fill: false,
expand: true });
-
this._summary.connect('enter-event',
- Lang.bind(this, this._showMessageTray));
+ Lang.bind(this, this._showMessageTray));
+ this._summaryBin.opacity = 0;
this.actor.connect('enter-event',
Lang.bind(this, function() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]