# HG changeset patch # User Mark Doliner # Date 1082839481 0 # Node ID ef1e60f82be0458242a8c28c1c407e3d19103bd3 # Parent 7218999989832584a3b6689ec295ded4d85b4af1 [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 diff -r 721899998983 -r ef1e60f82be0 src/dialogs.c --- 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);