diff src/themes.c @ 4398:a8249a5250b6

[gaim-migrate @ 4667] Made use of the new GAIM_IS_GTK_WINDOW() and GAIM_IS_GTK_CONVERSATION() macros. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 22 Jan 2003 23:46:59 +0000
parents 90eaa3486949
children 5cdfd20daa07
line wrap: on
line diff
--- a/src/themes.c	Wed Jan 22 23:20:09 2003 +0000
+++ b/src/themes.c	Wed Jan 22 23:46:59 2003 +0000
@@ -184,11 +184,8 @@
 		for (cnv = gaim_get_conversations(); cnv != NULL; cnv = cnv->next) {
 			struct gaim_conversation *conv = cnv->data;
 			
-			if (gaim_conversation_get_ops(conv) ==
-				gaim_get_gtk_conversation_ops()) {
-
+			if (GAIM_IS_GTK_CONVERSATION(conv))
 				smiley_themeize(GAIM_GTK_CONVERSATION(conv)->imhtml);
-			}
 		}
 	}