changeset 1264:6210d06da99b

[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 <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Dec 2000 09:39:43 +0000
parents f44bcae47188
children 245d040422ce
files src/gaimrc.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdlib.h>
 #include <gtk/gtk.h>
 #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;