Mercurial > pidgin
changeset 11293:b9b9b67f6325
[gaim-migrate @ 13493]
Rename ignore formatting to show_incoming_formatting here, too
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 18 Aug 2005 04:34:49 +0000 |
parents | ef9280fdc511 |
children | ad976105c306 |
files | src/gtknotify.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtknotify.c Thu Aug 18 04:14:07 2005 +0000 +++ b/src/gtknotify.c Thu Aug 18 04:34:49 2005 +0000 @@ -407,7 +407,7 @@ G_CALLBACK(formatted_input_cb), NULL); /* Add the text to the gtkimhtml */ - if (gaim_prefs_get_bool("/gaim/gtk/conversations/ignore_formatting")) + if (!gaim_prefs_get_bool("/gaim/gtk/conversations/show_incoming_formatting")) options |= GTK_IMHTML_NO_COLOURS | GTK_IMHTML_NO_FONTS | GTK_IMHTML_NO_SIZES; options |= GTK_IMHTML_NO_COMMENTS;