GNOME Bugzilla – Bug 684036
MessageTray: remove bad fast path in hideSummaryBoxPointer
Last modified: 2012-09-14 16:32:02 UTC
The onUngrab callback already checks if all notifications are destroyed and hides immediately if so. Previous code instead would leave state handling in an inconsistent state, by not removing the grab, not setting summaryBoxPointerState to HIDDEN and not disconnecting various signals.
Created attachment 224347 [details] [review] MessageTray: remove bad fast path in hideSummaryBoxPointer
Review of attachment 224347 [details] [review]: OK.
Attachment 224347 [details] pushed as 7654f1c - MessageTray: remove bad fast path in hideSummaryBoxPointer