comparison 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
comparison
equal deleted inserted replaced
8514:ed1f3a8f0ccd 8515:0b0d70464cad
5525 continue; 5525 continue;
5526 5526
5527 gtkconv = GAIM_GTK_CONVERSATION(conv); 5527 gtkconv = GAIM_GTK_CONVERSATION(conv);
5528 5528
5529 gtk_imhtml_show_smileys(GTK_IMHTML(gtkconv->imhtml), (gboolean)GPOINTER_TO_INT(value)); 5529 gtk_imhtml_show_smileys(GTK_IMHTML(gtkconv->imhtml), (gboolean)GPOINTER_TO_INT(value));
5530 gtk_imhtml_show_smileys(GTK_IMHTML(gtkconv->entry), (gboolean)GPOINTER_TO_INT(value));
5530 } 5531 }
5531 } 5532 }
5532 5533
5533 static void 5534 static void
5534 tab_side_pref_cb(const char *name, GaimPrefType type, gpointer value, 5535 tab_side_pref_cb(const char *name, GaimPrefType type, gpointer value,