messageTray: Always show message tray upon entering overview

We hide the message tray while searching, but it should always be visible when
not searching, including when initially entering overview.
This commit is contained in:
Tanner Doshier 2012-10-10 20:56:53 -05:00 committed by Jasper St. Pierre
parent 3730dc01cf
commit 7785710964

View File

@ -1498,7 +1498,7 @@ const MessageTray = new Lang.Class({
this._overviewVisible = true;
this._grabHelper.ungrab(); // drop modal grab if necessary
this.actor.add_style_pseudo_class('overview');
this._updateState();
this.show();
}));
Main.overview.connect('hiding', Lang.bind(this,
function() {