comparison libpurple/plugins/log_reader.c @ 24317:750f9b4d8547

Fix up my fix.
author Richard Laager <rlaager@wiktel.com>
date Thu, 30 Oct 2008 03:04:31 +0000
parents 848542528965
children f3c48d7db093
comparison
equal deleted inserted replaced
24316:460568fa4dfc 24317:750f9b4d8547
660 } else { 660 } else {
661 username = g_strdup(purple_normalize(account, account->username)); 661 username = g_strdup(purple_normalize(account, account->username));
662 } 662 }
663 663
664 if (buddy) { 664 if (buddy) {
665 purple_blist_node_set_string(PURPLE_BLIST_NODE(buddy), 665 savedfilename = purple_blist_node_get_string((PurpleBlistNode *)buddy,
666 "log_reader_msn_log_filename", logfile); 666 "log_reader_msn_log_filename");
667 } 667 }
668 668
669 if (savedfilename) { 669 if (savedfilename) {
670 /* As a special case, we allow the null string to kill the parsing 670 /* As a special case, we allow the null string to kill the parsing
671 * straight away. This would allow the user to deal with the case 671 * straight away. This would allow the user to deal with the case