diff src/gtkconv.c @ 8515:0b0d70464cad

[gaim-migrate @ 9253] " If "Show graphical smileys" is disabled in preferences and you use the smiley button to enter a smiley in a conversation, it shows as a graphical smiley in the entry box, but as a text smiley in the conversation itself. This patch fixes that so the preferences is used." --Stu Tomlinson committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 28 Mar 2004 17:57:32 +0000
parents 887c0259b47b
children 7b0df53a409d
line wrap: on
line diff
--- a/src/gtkconv.c	Sun Mar 28 17:18:06 2004 +0000
+++ b/src/gtkconv.c	Sun Mar 28 17:57:32 2004 +0000
@@ -5527,6 +5527,7 @@
 		gtkconv = GAIM_GTK_CONVERSATION(conv);
 
 		gtk_imhtml_show_smileys(GTK_IMHTML(gtkconv->imhtml), (gboolean)GPOINTER_TO_INT(value));
+		gtk_imhtml_show_smileys(GTK_IMHTML(gtkconv->entry), (gboolean)GPOINTER_TO_INT(value));
 	}
 }