changeset 1272:7448bc1cc7fd

[gaim-migrate @ 1282] haha, i hope no one actually reads this. they might start to lose faith in me.... committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Dec 2000 13:39:20 +0000
parents e78e823400f3
children 2153b0734e74
files src/dialogs.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dialogs.c	Thu Dec 14 13:37:41 2000 +0000
+++ b/src/dialogs.c	Thu Dec 14 13:39:20 2000 +0000
@@ -2926,7 +2926,8 @@
 
 		file = gaim_user_dir();
 		if ( file != (char *) NULL ) {
-			sprintf( path, "%s/%s.%d.blist", file, g_screenname, gc->protocol);
+			sprintf( path, "%s/%s.%d.blist", file, g_screenname,
+					(gc->protocol == PROTO_OSCAR) ? PROTO_TOC : gc->protocol);
 			g_free(file);
 		} else {
 			return;