diff pidgin/gtkdocklet.c @ 15632:a830f9756f23

Some more pidgininfication
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 14 Feb 2007 02:35:35 +0000
parents b74a3bec8dcb
children 878b1f5f64a6
line wrap: on
line diff
--- a/pidgin/gtkdocklet.c	Wed Feb 14 02:28:44 2007 +0000
+++ b/pidgin/gtkdocklet.c	Wed Feb 14 02:35:35 2007 +0000
@@ -143,7 +143,7 @@
 		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)) {
+				if (PIDGIN_IS_PIDGIN_CONVERSATION(l->data)) {
 					PidginConversation *gtkconv = PIDGIN_CONVERSATION((GaimConversation *)l->data);
 					if (count == DOCKLET_TOOLTIP_LINE_LIMIT - 1)
 						g_string_append(tooltip_text, _("Right-click for more unread messages...\n"));