GNOME Bugzilla – Bug 614978
conversation disappeared from the message tray
Last modified: 2010-04-13 15:51:11 UTC
After the interaction from bug 614975 the conversation left the message tray. I wouldn't expect it to go away until after a few minutes have passed.
Created attachment 158214 [details] [review] notificationDaemon: fix remove-source-on-app-focus code Previously when no app was focused it would accidentally remove all sources that had no assocated app (such as telepathy-based sources).
Review of attachment 158214 [details] [review]: Patche looks good to me. (maybe MessageTray.removeSourceByApp() should get a assertion that the app is not null? do we have a way of doing assertions?)
Attachment 158214 [details] pushed as a7cd294 - notificationDaemon: fix remove-source-on-app-focus code