--- a/plugins/history.c Tue Oct 14 04:44:43 2003 +0000 +++ b/plugins/history.c Tue Oct 14 05:07:39 2003 +0000 @@ -24,7 +24,7 @@ struct stat st; FILE *fd; char *userdir = g_strdup(gaim_user_dir()); - char *logfile = g_strdup_printf("%s.log", gaim_normalize(name)); + char *logfile = g_strdup_printf("%s.log", gaim_normalize(c->account, name)); char *path = g_build_filename(userdir, "logs", logfile, NULL); char buf[HISTORY_SIZE+1]; char *tmp, *tmp2;