GNOME Bugzilla – Bug 379079
Gossip shows roster when it was quit minimised
Last modified: 2006-11-26 12:22:12 UTC
I have gossip minimized to gnome tray. I logout (i have saving session enabled in gnome). When next time i log in, gossip shows contact list on one of gnome desktops.
Yea, this looks like it broke when we changed from eggtrayicon to GtkStatusIcon. The old eggtrayicon had an "embedded" signal IIRC, and the GtkStatusIcon doesn't, so what happens is, you can't guarantee that it is embedded after creating it, you have to wait. Which means all applications need a timeout to check that, which badly sucks. GTK+ should be fixed IMO. Anyway, I have implemented the timeout which I mentioned and it works now again. Thanks for the report.