GNOME Bugzilla – Bug 688750
MessageTray: fix popping up after there were modals
Last modified: 2012-11-20 19:04:51 UTC
Open a modal dialog, try to open the message tray -> no effect, the message tray is blocked by the dialog. Close the dialog, try to open the message tray by pointer -> still no effect, because the old timeout id was not cleared the first time, so the dwell callback thinks the tray is about to open.
Created attachment 229498 [details] [review] MessageTray: fix popping up after there were modals
Review of attachment 229498 [details] [review]: Nice catch.
Attachment 229498 [details] pushed as 3b70094 - MessageTray: fix popping up after there were modals