| 822 * then tweak the blist.xml file by hand if need be. This would be the case if two |
822 * then tweak the blist.xml file by hand if need be. This would be the case if two |
| 823 * buddies have the same username at different domains. One set of logs would get |
823 * buddies have the same username at different domains. One set of logs would get |
| 824 * detected for both buddies. |
824 * detected for both buddies. |
| 825 */ |
825 */ |
| 826 if (buddy && logfile) { |
826 if (buddy && logfile) { |
| 827 PurpleBListNode *node = PURPLE_BLIST_NODE(buddy); |
827 PurpleBlistNode *node = PURPLE_BLIST_NODE(buddy); |
| 828 purple_blist_node_set_string(node, "log_reader_msn_log_filename", logfile); |
828 purple_blist_node_set_string(node, "log_reader_msn_log_filename", logfile); |
| 829 g_free(logfile); |
829 g_free(logfile); |
| 830 } |
830 } |
| 831 |
831 |
| 832 root = xmlnode_from_str(contents, length); |
832 root = xmlnode_from_str(contents, length); |