messageTray: Make the hot corner summon the tray

This commit is contained in:
Jasper St. Pierre 2012-08-10 17:19:43 -03:00
parent 8bb2c425c6
commit e8c8fecb35

View File

@ -1422,7 +1422,7 @@ const MessageTray = new Lang.Class({
},
_onCornerEnter: function(actor, event) {
this._pointerInSummary = true;
this._traySummoned = true;
this._updateState();
},