diff src/gaimrc.c @ 3902:22ed8423a964

[gaim-migrate @ 4055] I don't like this. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 05 Nov 2002 16:21:24 +0000
parents 2567aabdf624
children 7a36590e9fdb
line wrap: on
line diff
--- a/src/gaimrc.c	Tue Nov 05 05:20:48 2002 +0000
+++ b/src/gaimrc.c	Tue Nov 05 16:21:24 2002 +0000
@@ -699,7 +699,6 @@
 { /* OPT_DISP_IGNORE_COLOUR */		0x00000020, &convo_options, OPT_CONVO_IGNORE_COLOUR },
 { /* OPT_DISP_SHOW_LOGON */		0x00000040,    &im_options, OPT_IM_LOGON },
 { /* OPT_DISP_SHOW_SMILEY */		0x00000100, &convo_options, OPT_CONVO_SHOW_SMILEY },
-{ /* OPT_DISP_COOL_LOOK */		0x00000400,  &misc_options, OPT_MISC_COOL_LOOK },
 { /* OPT_DISP_CHAT_LOGON */		0x00000800,  &chat_options, OPT_CHAT_LOGON },
 { /* OPT_DISP_NO_BUTTONS */		0x00002000, &blist_options, OPT_BLIST_NO_BUTTONS },
 { /* OPT_DISP_CONV_BUTTON_TEXT */	0x00004000,    &im_options, OPT_IM_BUTTON_TEXT },
@@ -1126,7 +1125,7 @@
 	int i;
 	struct away_message *a;
 
-	misc_options = OPT_MISC_COOL_LOOK;
+	misc_options = 0; 
 
 	logging_options = 0;