src/gtknotify.c

changeset 8944
9c5815ecd85d
parent 8920
6968010ceaa4
child 8962
5cd12e525d95
--- a/src/gtknotify.c	Sun May 16 05:13:12 2004 +0000
+++ b/src/gtknotify.c	Sun May 16 05:25:37 2004 +0000
@@ -365,14 +365,11 @@
 
 
 	/* Add the text to the gtkimhtml */
-	if (gaim_prefs_get_bool("/gaim/gtk/conversations/ignore_colors"))
+	if (gaim_prefs_get_bool("/gaim/gtk/conversations/ignore_formatting")) {
 		options ^= GTK_IMHTML_NO_COLOURS;
-
-	if (gaim_prefs_get_bool("/gaim/gtk/conversations/ignore_fonts"))
 		options ^= GTK_IMHTML_NO_FONTS;
-
-	if (gaim_prefs_get_bool("/gaim/gtk/conversations/ignore_font_sizes"))
 		options ^= GTK_IMHTML_NO_SIZES;
+	}
 
 	options ^= GTK_IMHTML_NO_COMMENTS;
 	options ^= GTK_IMHTML_NO_TITLE;

mercurial