Mercurial > pidgin
diff src/gaimrc.c @ 5248:d635e8fe2fba
[gaim-migrate @ 5620]
Just cleaning up some loose ends. This should fix compilation on Windows
oxen. How do you peeps feel about the TOMBSTONE thing? I just like
using that word. "TOBMSTONE."
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 28 Apr 2003 06:11:49 +0000 |
| parents | 0241d6b6702d |
| children | 649e54d617da |
line wrap: on
line diff
--- a/src/gaimrc.c Mon Apr 28 02:41:00 2003 +0000 +++ b/src/gaimrc.c Mon Apr 28 06:11:49 2003 +0000 @@ -839,7 +839,7 @@ { /* 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 }, +{ /* OPT_GEN_TOMBSTONE */ 0x00100000, &away_options, OPT_AWAY_TOMBSTONE }, #endif { /* OPT_GEN_CTL_SMILEYS */ 0x00200000, &convo_options, OPT_CONVO_CTL_SMILEYS }, { /* OPT_GEN_AUTO_AWAY */ 0x00800000, &away_options, OPT_AWAY_AUTO },
