diff src/gaimrc.c @ 9049:f01eef2c264a

[gaim-migrate @ 9825] Split Ignore Formatting into Ignore Font, Ignore Colors and whatever else. Is that cool? I was never really comfortable with removing this in the first place. Someone should test this. G'night. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 24 May 2004 04:29:40 +0000
parents b24967757d46
children 45d2ad4ac1c1
line wrap: on
line diff
--- a/src/gaimrc.c	Mon May 24 00:46:12 2004 +0000
+++ b/src/gaimrc.c	Mon May 24 04:29:40 2004 +0000
@@ -913,6 +913,10 @@
 						 ? GAIM_BUTTON_IMAGE : GAIM_BUTTON_TEXT_IMAGE)
 					 : ((display_options & OPT_DISP_NO_BUTTONS)
 						 ? GAIM_BUTTON_NONE : GAIM_BUTTON_TEXT)));
+#if 1 /* PREFSLASH04 */
+			gaim_prefs_set_bool("/gaim/gtk/conversations/ignore_colors",
+								display_options & OPT_DISP_IGNORE_COLOUR);
+#endif
 			gaim_prefs_set_int("/gaim/gtk/conversations/im/button_type",
 					((display_options & OPT_DISP_CONV_BUTTON_XPM)
 					 ? ((display_options & OPT_DISP_CONV_BUTTON_TEXT)
@@ -927,6 +931,12 @@
 						 ? GAIM_BUTTON_TEXT : GAIM_BUTTON_NONE)));
 			gaim_prefs_set_bool("/gaim/gtk/blist/show_warning_level",
 					display_options & OPT_DISP_SHOW_WARN);
+#if 1 /* PREFSLASH04 */
+			gaim_prefs_set_bool("/gaim/gtk/conversations/ignore_fonts",
+								display_options & OPT_DISP_IGNORE_FONTS);
+			gaim_prefs_set_bool("/gaim/gtk/conversations/ignore_font_sizes",
+								display_options & OPT_DISP_IGNORE_SIZES);
+#endif
 			gaim_prefs_set_int("/gaim/gtk/conversations/tab_side",
 					((display_options & OPT_DISP_CONV_SIDE_TAB)
 					 ? ((display_options & OPT_DISP_CONV_BR_TAB)
@@ -986,6 +996,14 @@
 					convo_options & OPT_CONVO_CTL_ENTER);
 			gaim_prefs_set_bool("/gaim/gtk/conversations/show_timestamps",
 					convo_options & OPT_CONVO_SHOW_TIME);
+#if 1 /* PREFSLASH04 */
+			gaim_prefs_set_bool("/gaim/gtk/conversations/ignore_colors",
+								convo_options & OPT_CONVO_IGNORE_COLOUR);
+			gaim_prefs_set_bool("/gaim/gtk/conversations/ignore_fonts",
+								convo_options & OPT_CONVO_IGNORE_FONTS);
+			gaim_prefs_set_bool("/gaim/gtk/conversations/ignore_font_sizes",
+								convo_options & OPT_CONVO_IGNORE_SIZES);
+#endif
 			gaim_prefs_set_bool("/core/conversations/combine_chat_im",
 					convo_options & OPT_CONVO_COMBINE);
 			gaim_prefs_set_bool("/gaim/gtk/conversations/close_on_tabs",