GNOME Bugzilla – Bug 689959
messageTray: Don't add ourselves more than once to CtrlAltTabManager
Last modified: 2012-12-10 10:51:18 UTC
We could instead prevent dupes in CtrlAltTabManager, but how do we generally determine that 2 items are the same since they have several parameters? *shrug* the caller can keep track I guess.
Created attachment 231131 [details] [review] messageTray: Don't add ourselves more than once to CtrlAltTabManager This way _sessionUpdated() can be called multiple times without side effects.
Review of attachment 231131 [details] [review]: Sure.
Attachment 231131 [details] pushed as c11f89e - messageTray: Don't add ourselves more than once to CtrlAltTabManager