--- a/libpurple/pounce.c Sat Oct 01 17:10:45 2011 +0000 +++ b/libpurple/pounce.c Sat Oct 01 18:21:43 2011 +0000 @@ -205,7 +205,7 @@ xmlnode_set_attrib(node, "ui", pounce->ui_type); child = xmlnode_new_child(node, "account"); - xmlnode_set_attrib(child, "protocol", pouncer->protocol_id); + xmlnode_set_attrib(child, "protocol", purple_account_get_protocol_id(pouncer)); xmlnode_insert_data(child, purple_normalize(pouncer, purple_account_get_username(pouncer)), -1);