# HG changeset patch # User Sean Egan # Date 1176313887 0 # Node ID ab086aa2e2107f6843607e9b49b8ddbcb4021709 # Parent 00a4de6880da5a4bcd034ff0c2b06bbfa5800a1b Had this hanging around. Put Pidgin in the docklet tooltip diff -r 00a4de6880da -r ab086aa2e210 pidgin/gtkdocklet.c --- a/pidgin/gtkdocklet.c Mon Apr 09 13:02:46 2007 +0000 +++ b/pidgin/gtkdocklet.c Wed Apr 11 17:51:27 2007 +0000 @@ -168,7 +168,7 @@ g_list_free(convs); } else if (ui_ops->set_tooltip) { - ui_ops->set_tooltip(NULL); + ui_ops->set_tooltip(PIDGIN_NAME); } for(l = purple_accounts_get_all(); l != NULL; l = l->next) {