diff src/conversation.c @ 8635:4aee5a47937d

[gaim-migrate @ 9387] this is some stuff. i think there's logsize caching or something. it hasn't crashed on me yet, and we can rip it out if it sucks. enjoy! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 12 Apr 2004 01:11:45 +0000
parents 3d0178c4f390
children 230fee6f1e3e
line wrap: on
line diff
--- a/src/conversation.c	Sun Apr 11 18:18:30 2004 +0000
+++ b/src/conversation.c	Mon Apr 12 01:11:45 2004 +0000
@@ -822,9 +822,9 @@
 	conv->history      = g_string_new("");
 	conv->data         = g_hash_table_new_full(g_str_hash, g_str_equal,
 											   g_free, NULL);
-	conv->log          = gaim_log_new(type == GAIM_CONV_IM ? GAIM_LOG_IM :
-									  type == GAIM_CONV_CHAT ? GAIM_LOG_CHAT :
-									  GAIM_LOG_IM, name, account, time(NULL));
+	conv->log          = gaim_log_new(type == GAIM_CONV_CHAT ? GAIM_LOG_CHAT :
+									  GAIM_LOG_IM, conv->name, account,
+									  time(NULL));
 
 
 	if (type == GAIM_CONV_IM)