diff pidgin/gtkthemes.c @ 15632:a830f9756f23

Some more pidgininfication
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 14 Feb 2007 02:35:35 +0000
parents 535f002e7b0f
children 32c366eeeb99
line wrap: on
line diff
--- a/pidgin/gtkthemes.c	Wed Feb 14 02:28:44 2007 +0000
+++ b/pidgin/gtkthemes.c	Wed Feb 14 02:35:35 2007 +0000
@@ -248,7 +248,7 @@
 		for (cnv = gaim_get_conversations(); cnv != NULL; cnv = cnv->next) {
 			GaimConversation *conv = cnv->data;
 
-			if (GAIM_IS_GTK_CONVERSATION(conv)) {
+			if (PIDGIN_IS_PIDGIN_CONVERSATION(conv)) {
 				pidginthemes_smiley_themeize(PIDGIN_CONVERSATION(conv)->imhtml);
 				pidginthemes_smiley_themeize(PIDGIN_CONVERSATION(conv)->entry);
 			}