Mercurial > pidgin
changeset 1483:934041288fbb
[gaim-migrate @ 1493]
sorry if this breaks your patch, bmiller, but it shouldn't be too hard to correct
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 08 Feb 2001 04:48:32 +0000 |
parents | 68d44466c0b0 |
children | d8f85826995e |
files | src/dialogs.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Thu Feb 08 04:38:10 2001 +0000 +++ b/src/dialogs.c Thu Feb 08 04:48:32 2001 +0000 @@ -3702,7 +3702,8 @@ layout = gtk_imhtml_new(NULL, NULL); gtk_signal_connect(GTK_OBJECT(layout), "url_clicked", open_url_nw, NULL); gtk_container_add(GTK_CONTAINER(sw), layout); - gtk_imhtml_show_comments(GTK_IMHTML(layout), TRUE); + if (!(display_options & OPT_DISP_SHOW_SMILEY)) + gtk_imhtml_show_smileys(GTK_IMHTML(layout), FALSE); gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:)", luke03_xpm); gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:-)", luke03_xpm); gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "O-)", oneeye_xpm);