[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
This commit is contained in:
parent
fd310bc7b9
commit
02f67af464
@ -361,9 +361,9 @@ MessageTray.prototype = {
|
|||||||
x_fill: false,
|
x_fill: false,
|
||||||
expand: true });
|
expand: true });
|
||||||
|
|
||||||
|
|
||||||
this._summary.connect('enter-event',
|
this._summary.connect('enter-event',
|
||||||
Lang.bind(this, this._showMessageTray));
|
Lang.bind(this, this._showMessageTray));
|
||||||
|
this._summaryBin.opacity = 0;
|
||||||
|
|
||||||
this.actor.connect('enter-event',
|
this.actor.connect('enter-event',
|
||||||
Lang.bind(this, function() {
|
Lang.bind(this, function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user