Use wrapped in libpurple
This commit is contained in:
parent
712f03464f
commit
4ea83ffd8b
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ static void buddyListSaveAccount(PurpleAccount *account) {
|
|||
}
|
||||
|
||||
static void buddyListRemoveNode(PurpleBlistNode *node) {
|
||||
if (!PURPLE_BLIST_NODE_IS_BUDDY(node))
|
||||
if (!PURPLE_BLIST_NODE_IS_BUDDY_WRAPPED(node))
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue