plugins/history.c

changeset 7261
4be05820d441
parent 7251
f81ca8b36223
child 7433
76909f0112c5
--- 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;

mercurial