plugins/docklet/docklet.c

changeset 12526
88790bc6d4d3
parent 12525
e186a099648c
child 12531
c3b10e46acc0
--- a/plugins/docklet/docklet.c	Sat Dec 17 17:35:54 2005 +0000
+++ b/plugins/docklet/docklet.c	Sat Dec 17 17:42:05 2005 +0000
@@ -144,7 +144,7 @@
 		pending = TRUE;
 
 		/* set tooltip if messages are pending */
-		if (0 && ui_ops->set_tooltip) {
+		if (ui_ops->set_tooltip) {
 			GString *tooltip_text = g_string_new("");
 			for (l = convs, count = 0 ; l != NULL ; l = l->next, count++) {
 				if (GAIM_IS_GTK_CONVERSATION(l->data)) {

mercurial