comparison 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
comparison
equal deleted inserted replaced
7321:c41e522028f2 7322:ab828b8c3f22
1368 1368
1369 FILE *fd; 1369 FILE *fd;
1370 char *filename; 1370 char *filename;
1371 1371
1372 filename = (char *)malloc(100); 1372 filename = (char *)malloc(100);
1373 g_snprintf(filename, 100, "%s.chat", gaim_conversation_get_name(conv)); 1373 g_snprintf(filename, 100, "%s.chat",
1374 gaim_normalize(gaim_conversation_get_account(conv),
1375 gaim_conversation_get_name(conv)));
1374 1376
1375 fd = open_log_file(filename, TRUE); 1377 fd = open_log_file(filename, TRUE);
1376 1378
1377 if (fd) { 1379 if (fd) {
1378 if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html")) 1380 if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html"))