diff src/gaimrc.c @ 8458:9773e3f3ec7a

[gaim-migrate @ 9188] who in their right mind would use strike through as a default font option? and it didn't work right anyway. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 16 Mar 2004 20:24:37 +0000
parents 35f69749b226
children 56360561af5e
line wrap: on
line diff
--- a/src/gaimrc.c	Tue Mar 16 19:43:58 2004 +0000
+++ b/src/gaimrc.c	Tue Mar 16 20:24:37 2004 +0000
@@ -49,7 +49,7 @@
 #define OPT_FONT_BOLD			0x00000001
 #define OPT_FONT_ITALIC			0x00000002
 #define OPT_FONT_UNDERLINE		0x00000008
-#define OPT_FONT_STRIKE			0x00000010
+/* We're going to ignore strikethough */
 #define OPT_FONT_FACE			0x00000020
 #define OPT_FONT_FGCOL			0x00000040
 #define OPT_FONT_BGCOL			0x00000080
@@ -1102,8 +1102,6 @@
 					font_options & OPT_FONT_ITALIC);
 			gaim_prefs_set_bool("/gaim/gtk/conversations/send_underline",
 					font_options & OPT_FONT_UNDERLINE);
-			gaim_prefs_set_bool("/gaim/gtk/conversations/send_strikethrough",
-					font_options & OPT_FONT_STRIKE);
 			gaim_prefs_set_bool("/gaim/gtk/conversations/use_custom_font",
 					font_options & OPT_FONT_FACE);
 			gaim_prefs_set_bool("/gaim/gtk/conversations/use_custom_size",