nmaier / mintrayr

Mozilla extension: Minimize windows into the system tray (Firefox, Thunderbird, Seamonkey, Instantbird)
https://tn123.org/mintrayr/
Mozilla Public License 2.0
84 stars 37 forks source link

Fix for issue #76 #77

Closed jjk-jacky closed 12 years ago

jjk-jacky commented 12 years ago

With thunderbird 11 getting the window's icon (via gtk_window_get_icon) to use as tray icon doesn't work anymore. Instead it seems there's an icon name set (gtk_window_get_icon_name) and setting the icon must then be set that way (gtk_status_icon_set_from_icon_name). And not setting an icon meant nothing is showed on the tray panel (probably depends on the app used, though)

nmaier commented 12 years ago

If you prefer not to do the requested style changes yourself, I can do them myself. Thanks for tracking this down and coding up a patch.

jjk-jacky commented 12 years ago

ok done; although I'm not sure if that's what you meant for the else.

nmaier commented 12 years ago

The else is fine now. Exactly what I wanted.

simonbcn commented 12 years ago

It works.

jjk-jacky commented 12 years ago

oh yeah, my bad. fixed.

nmaier commented 12 years ago

x86 build pending, x86_64 already present