Sean Egan wrote:
> On 3/20/07, Casey Harkins <cas...@gm...> wrote:
>> I'm the guilty one[1]. I removed the old wingaim tooltips when I added
>> tooltips for all platforms displaying details of unread messages. It
>> should be trivial to add a default tooltip in other situations
>> identifying gaim.
>
> So it was an accidental removal?
>
No, it was intentional. I thought behavior should be the same between
platforms. Probably should have included the wingaim tooltips on x11
rather than removing wingaim's tooltips.
The following change on gtkdocklet.c:170 will set "Gaim" to the default
tooltip:
- ui_ops->set_tooltip(NULL);
+ ui_ops->set_tooltip("Gaim");
The tooltip block of code could be moved beneath the status checking
code, so the default tooltip could be set conditionally based on the
status. If a patch is desired I could whip one up quickly.
-casey
|