changeset 7263:412163e23000

[gaim-migrate @ 7840] this should help us track something down, or something committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 14 Oct 2003 17:12:01 +0000
parents 85fcaff1505d
children deab8d8bbb4e
files src/account.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/account.c	Tue Oct 14 16:44:36 2003 +0000
+++ b/src/account.c	Tue Oct 14 17:12:01 2003 +0000
@@ -1195,7 +1195,7 @@
 		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 @@
 		g_free(filename);
 		accounts_loaded = TRUE;
 
-		return FALSE;
+		return TRUE; /* we return TRUE so .gaimrc doesn't load */
 	}
 
 	g_markup_parse_context_free(context);