Update of /cvsroot/gaim/gaim/src
In directory sc8-pr-cvs1:/tmp/cvs-serv16334/src
Modified Files:
account.c
Log Message:
this should help us track something down, or something
Index: account.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/account.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -p -r1.69 -r1.70
--- account.c 14 Oct 2003 05:07:37 -0000 1.69
+++ account.c 14 Oct 2003 17:12:01 -0000 1.70
@@ -1195,7 +1195,7 @@ gaim_accounts_load()
g_free(filename);
accounts_loaded = TRUE;
- return FALSE;
+ return TRUE; /* we return TRUE so .gaimrc doesn't load */
}
if (!g_markup_parse_context_end_parse(context, NULL)) {
@@ -1206,7 +1206,7 @@ gaim_accounts_load()
g_free(filename);
accounts_loaded = TRUE;
- return FALSE;
+ return TRUE; /* we return TRUE so .gaimrc doesn't load */
}
g_markup_parse_context_free(context);
|