diff src/themes.c @ 7736:662a33ce4343

[gaim-migrate @ 8381] This does protocol-specific smileys when wysiwyging. It will also reflect changes in smiley theme. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 04 Dec 2003 05:23:19 +0000
parents 338147ea6896
children 1b8261f374ea
line wrap: on
line diff
--- a/src/themes.c	Thu Dec 04 05:06:59 2003 +0000
+++ b/src/themes.c	Thu Dec 04 05:23:19 2003 +0000
@@ -193,8 +193,10 @@
 		for (cnv = gaim_get_conversations(); cnv != NULL; cnv = cnv->next) {
 			GaimConversation *conv = cnv->data;
 
-			if (GAIM_IS_GTK_CONVERSATION(conv))
+			if (GAIM_IS_GTK_CONVERSATION(conv)) {
 				smiley_themeize(GAIM_GTK_CONVERSATION(conv)->imhtml);
+				smiley_themeize(GAIM_GTK_CONVERSATION(conv)->entry);
+			}
 		}
 	}