changeset 16069:ab086aa2e210

Had this hanging around. Put Pidgin in the docklet tooltip
author Sean Egan <seanegan@gmail.com>
date Wed, 11 Apr 2007 17:51:27 +0000
parents 00a4de6880da
children 14a9d9f50b5d
files pidgin/gtkdocklet.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {