Closed jjk-jacky closed 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.
ok done; although I'm not sure if that's what you meant for the else.
The else is fine now. Exactly what I wanted.
It works.
oh yeah, my bad. fixed.
x86 build pending, x86_64 already present
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)