Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
8803:721899998983 | 8804:ef1e60f82be0 |
---|---|
813 gtk_imhtml_html_shortcuts(GTK_IMHTML(ca->text), | 813 gtk_imhtml_html_shortcuts(GTK_IMHTML(ca->text), |
814 gaim_prefs_get_bool("/gaim/gtk/conversations/html_shortcuts")); | 814 gaim_prefs_get_bool("/gaim/gtk/conversations/html_shortcuts")); |
815 if (gaim_prefs_get_bool("/gaim/gtk/conversations/spellcheck")) | 815 if (gaim_prefs_get_bool("/gaim/gtk/conversations/spellcheck")) |
816 gaim_gtk_setup_gtkspell(GTK_TEXT_VIEW(ca->text)); | 816 gaim_gtk_setup_gtkspell(GTK_TEXT_VIEW(ca->text)); |
817 gtk_imhtmltoolbar_attach(GTK_IMHTMLTOOLBAR(ca->toolbar), ca->text); | 817 gtk_imhtmltoolbar_attach(GTK_IMHTMLTOOLBAR(ca->toolbar), ca->text); |
818 gtk_imhtmltoolbar_associate_smileys(GTK_IMHTMLTOOLBAR(ca->toolbar), "default"); | |
819 gaim_setup_imhtml(ca->text); | |
818 | 820 |
819 gtk_container_add(GTK_CONTAINER(sw), ca->text); | 821 gtk_container_add(GTK_CONTAINER(sw), ca->text); |
820 | 822 |
821 if (dummy) { | 823 if (dummy) { |
822 struct away_message *amt; | 824 struct away_message *amt; |