libpurple/plugins/log_reader.c

branch
soc.2013.gobjectification
changeset 34864
0e292d8887de
parent 34741
d371a8f11179
child 34935
686fa55b0deb
child 36361
9e68a23150cf
equal deleted inserted replaced
34863:dc0c27a2289a 34864:0e292d8887de
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);

mercurial