diff src/dialogs.c @ 8804:ef1e60f82be0

[gaim-migrate @ 9566] nosnilmot GOT HIS FREAK ON and made smileys show up as smileys in the create away message dialog (instead of the envelope thing). "Someone should make URLs clickable in editable imhtmls" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 24 Apr 2004 20:44:41 +0000
parents 262f81346c0a
children 56339eb6dab1
line wrap: on
line diff
--- a/src/dialogs.c	Sat Apr 24 18:12:26 2004 +0000
+++ b/src/dialogs.c	Sat Apr 24 20:44:41 2004 +0000
@@ -815,6 +815,8 @@
 	if (gaim_prefs_get_bool("/gaim/gtk/conversations/spellcheck"))
 		gaim_gtk_setup_gtkspell(GTK_TEXT_VIEW(ca->text));
 	gtk_imhtmltoolbar_attach(GTK_IMHTMLTOOLBAR(ca->toolbar), ca->text);
+	gtk_imhtmltoolbar_associate_smileys(GTK_IMHTMLTOOLBAR(ca->toolbar), "default");
+	gaim_setup_imhtml(ca->text);
 
 	gtk_container_add(GTK_CONTAINER(sw), ca->text);