diff src/server.c @ 7322:ab828b8c3f22

[gaim-migrate @ 7908] all sorts of stuff including tweaks to logging so it mostly works again for jabber. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 24 Oct 2003 05:46:01 +0000
parents 1930e3d00ecd
children 643cbc9a6035
line wrap: on
line diff
--- a/src/server.c	Thu Oct 23 21:56:16 2003 +0000
+++ b/src/server.c	Fri Oct 24 05:46:01 2003 +0000
@@ -1370,7 +1370,9 @@
 		char *filename;
 
 		filename = (char *)malloc(100);
-		g_snprintf(filename, 100, "%s.chat", gaim_conversation_get_name(conv));
+		g_snprintf(filename, 100, "%s.chat",
+				gaim_normalize(gaim_conversation_get_account(conv),
+					gaim_conversation_get_name(conv)));
 
 		fd = open_log_file(filename, TRUE);