comparison src/conversation.c @ 7780:7ab3d01d2c50

[gaim-migrate @ 8425] This should obey the logging preferences. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 06 Dec 2003 21:58:46 +0000
parents 8df31c1aca4a
children f9df510460d7
comparison
equal deleted inserted replaced
7779:de9a47ff006a 7780:7ab3d01d2c50
1432 if (b != NULL) 1432 if (b != NULL)
1433 who = gaim_get_buddy_alias(b); 1433 who = gaim_get_buddy_alias(b);
1434 } 1434 }
1435 } 1435 }
1436 } 1436 }
1437 1437
1438 gaim_log_write(conv->log, flags, who, mtime, message); 1438 if (gaim_conversation_is_logging(conv))
1439 gaim_log_write(conv->log, flags, who, mtime, message);
1439 ops->write_conv(conv, who, message, flags, mtime); 1440 ops->write_conv(conv, who, message, flags, mtime);
1440 1441
1441 win = gaim_conversation_get_window(conv); 1442 win = gaim_conversation_get_window(conv);
1442 1443
1443 /* Tab highlighting */ 1444 /* Tab highlighting */