messageTray: Always close the tray when clicking outside of it

Even when a summary box pointer item is up.
This commit is contained in:
Jasper St. Pierre
2012-08-16 13:49:35 -04:00
parent 3568e6d42d
commit 4dfe3d21e1
2 changed files with 13 additions and 2 deletions

View File

@ -2213,6 +2213,7 @@ const MessageTray = new Lang.Class({
}
this._grabHelper.grab({ actor: this._summaryBoxPointer.bin.child,
untracked: true,
grabFocus: true,
onUngrab: Lang.bind(this, this._onSummaryBoxPointerUngrabbed) });
this._lock();