comparison libpurple/protocols/oscar/family_feedbag.c @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents f75041cb3fec
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
659 if (purple_debug_is_verbose()) { 659 if (purple_debug_is_verbose()) {
660 g_string_truncate(debugstr, 0); 660 g_string_truncate(debugstr, 0);
661 for (cur1 = od->ssi.local.data; cur1; cur1 = cur1->next) 661 for (cur1 = od->ssi.local.data; cur1; cur1 = cur1->next)
662 aim_ssi_item_debug_append(debugstr, "\t", cur1); 662 aim_ssi_item_debug_append(debugstr, "\t", cur1);
663 purple_debug_misc("oscar", "Dumping item list of account %s:\n%s", 663 purple_debug_misc("oscar", "Dumping item list of account %s:\n%s",
664 purple_connection_get_account(od->gc)->username, debugstr->str); 664 purple_account_get_username(purple_connection_get_account(od->gc)), debugstr->str);
665 } 665 }
666 } 666 }
667 g_string_free(debugstr, TRUE); 667 g_string_free(debugstr, TRUE);
668 668
669 /* We're out of stuff to do, so tell the AIM servers we're done and exit */ 669 /* We're out of stuff to do, so tell the AIM servers we're done and exit */
1282 aim_ssi_item_debug_append(debugstr, "\t", aim_ssi_itemlist_add(&od->ssi.official, name, gid, bid, type, data)); 1282 aim_ssi_item_debug_append(debugstr, "\t", aim_ssi_itemlist_add(&od->ssi.official, name, gid, bid, type, data));
1283 g_free(name); 1283 g_free(name);
1284 aim_tlvlist_free(data); 1284 aim_tlvlist_free(data);
1285 } 1285 }
1286 purple_debug_misc("oscar", "Reading items from tlvlist for account %s:\n%s", 1286 purple_debug_misc("oscar", "Reading items from tlvlist for account %s:\n%s",
1287 purple_connection_get_account(od->gc)->username, debugstr->str); 1287 purple_account_get_username(purple_connection_get_account(od->gc)), debugstr->str);
1288 g_string_free(debugstr, TRUE); 1288 g_string_free(debugstr, TRUE);
1289 1289
1290 /* Read in the timestamp */ 1290 /* Read in the timestamp */
1291 od->ssi.timestamp = byte_stream_get32(bs); 1291 od->ssi.timestamp = byte_stream_get32(bs);
1292 1292