Changeset - 4ea83ffd8b6b
[Not reviewed]
0 1 0
HanzZ - 12 years ago 2013-02-22 10:27:52
hanzz.k@gmail.com
Use wrapped in libpurple
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/main.cpp
Show inline comments
 
@@ -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;
 
}
 

	
0 comments (0 inline, 0 general)