Thu, 14 Dec 2000 13:39:20 +0000
[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;