Changeset - 76530dd7b4a9
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2013-02-22 09:59:17
hanzz.k@gmail.com
Use wrapped in libpurple
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/main.cpp
Show inline comments
 
@@ -940,9 +940,8 @@ static void NodeRemoved(PurpleBlistNode *node, void *data) {
 
}
 

	
 
static void buddyListSaveNode(PurpleBlistNode *node) {
 
	if (!PURPLE_BLIST_NODE_IS_BUDDY(node))
 
	if (!PURPLE_BLIST_NODE_IS_BUDDY_WRAPPED(node))
 
		return;
 

	
 
}
 

	
 
static void buddyListSaveAccount(PurpleAccount *account) {
0 comments (0 inline, 0 general)