# HG changeset patch # User Eric Warmenhoven # Date 976786783 0 # Node ID 6210d06da99b6a81022ea32842ced7df9e1c77e0 # Parent f44bcae47188b9bc450a18a967a63260569a60cc [gaim-migrate @ 1274] no reason why it should have been 0 instead of PROTO_TOC, other than i didn't want to have to recompile gaimrc.c every time i modified prpl.h, which i was doing often a while back. committer: Tailor Script diff -r f44bcae47188 -r 6210d06da99b src/gaimrc.c --- a/src/gaimrc.c Thu Dec 14 09:35:52 2000 +0000 +++ b/src/gaimrc.c Thu Dec 14 09:39:43 2000 +0000 @@ -33,6 +33,7 @@ #include #include #include "gaim.h" +#include "prpl.h" /* for people like myself, who are too lazy to add an away msg :) */ #define BORING_DEFAULT_AWAY_MSG "sorry, i ran out for a while. bbl" @@ -458,7 +459,7 @@ u->user_info[0] = 0; u->options = OPT_USR_REM_PASS; - u->protocol = 0; /* PROTO_TOC */ + u->protocol = PROTO_TOC; if (!fgets(buf, sizeof(buf), f)) return u;