Mercurial > pidgin.yaz
diff src/gaimrc.c @ 3792:2567aabdf624
[gaim-migrate @ 3932]
Do we really ever use this preference?
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 23 Oct 2002 02:49:26 +0000 |
parents | 988485669631 |
children | 22ed8423a964 |
line wrap: on
line diff
--- a/src/gaimrc.c Wed Oct 23 00:15:13 2002 +0000 +++ b/src/gaimrc.c Wed Oct 23 02:49:26 2002 +0000 @@ -674,7 +674,9 @@ { /* OPT_GEN_POPUP_CHAT */ 0x00010000, &chat_options, OPT_CHAT_POPUP }, { /* OPT_GEN_BACK_ON_IM */ 0x00020000, &away_options, OPT_AWAY_BACK_ON_IM }, { /* OPT_GEN_CTL_CHARS */ 0x00080000, &convo_options, OPT_CONVO_CTL_CHARS }, +#if 0 { /* OPT_GEN_TIK_HACK */ 0x00100000, &away_options, OPT_AWAY_TIK_HACK }, +#endif { /* OPT_GEN_CTL_SMILEYS */ 0x00200000, &convo_options, OPT_CONVO_CTL_SMILEYS }, { /* OPT_GEN_AUTO_AWAY */ 0x00800000, &away_options, OPT_AWAY_AUTO }, { /* OPT_GEN_ESC_CAN_CLOSE */ 0x01000000, &convo_options, OPT_CONVO_ESC_CAN_CLOSE },