Mercurial > pidgin
diff libpurple/savedstatuses.c @ 32245:f75041cb3fec
Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
author | andrew.victor@mxit.com |
---|---|
date | Sat, 01 Oct 2011 18:21:43 +0000 |
parents | 73b005a20d06 |
children |
line wrap: on
line diff
--- a/libpurple/savedstatuses.c Sat Oct 01 17:10:45 2011 +0000 +++ b/libpurple/savedstatuses.c Sat Oct 01 18:21:43 2011 +0000 @@ -403,7 +403,7 @@ if ((node != NULL) && ((data = xmlnode_get_data(node)) != NULL)) { ret->type = purple_status_type_find_with_id( - ret->account->status_types, data); + purple_account_get_status_types(ret->account), data); g_free(data); }