# HG changeset patch # User Rob Flynn # Date 1036514047 0 # Node ID 7a36590e9fdb50683aed4f55ac60a62532db5b6b # Parent 22ed8423a96425576e99ed045b606d1ac0459e82 [gaim-migrate @ 4056] This might be a better idea. committer: Tailor Script diff -r 22ed8423a964 -r 7a36590e9fdb src/gaimrc.c --- a/src/gaimrc.c Tue Nov 05 16:21:24 2002 +0000 +++ b/src/gaimrc.c Tue Nov 05 16:34:07 2002 +0000 @@ -699,6 +699,7 @@ { /* 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, 0}, { /* 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 },