# HG changeset patch # User Mark Doliner # Date 1124339689 0 # Node ID b9b9b67f6325773ad1dcb0ba99e1546aea75047d # Parent ef9280fdc5110df3a1d08eb3ffd2023fda39ecc4 [gaim-migrate @ 13493] Rename ignore formatting to show_incoming_formatting here, too committer: Tailor Script diff -r ef9280fdc511 -r b9b9b67f6325 src/gtknotify.c --- 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;