[gaim-migrate @ 1282]

Thu, 14 Dec 2000 13:39:20 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Thu, 14 Dec 2000 13:39:20 +0000
changeset 1272
c6c1d07806d9
parent 1271
b661693126ac
child 1273
ce011858ae79

[gaim-migrate @ 1282]
haha, i hope no one actually reads this. they might start to lose faith in me....

src/dialogs.c file | annotate | diff | comparison | revisions
--- 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;

mercurial