Hi Simon, Simon McVittie wrote: > Unfortunately, gtimelog can't use gtk.StatusIcon without losing functionality > (eggtrayicon can embed arbitrary widgets - time since last timelog entry, in > this case - whereas gtk.StatusIcon can only have an icon).
Actually I think it could. We do it in Liferea to add a counter for the unread items to the tray icon, using a cairo surface. It's a bit hacky, but maybe gtimelog could do something similar. http://liferea.svn.sourceforge.net/viewvc/liferea/trunk/liferea/src/ui/ui_tray.c?revision=5041&view=markup (See ui_tray_make_icon()). Cheers, Emilio -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

