Changeset - 4ea83ffd8b6b
[Not reviewed]
0 1 0
HanzZ - 13 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
 
@@ -945,13 +945,13 @@ static void buddyListSaveNode(PurpleBlistNode *node) {
 
}
 

	
 
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;
 
}
 

	
 
static PurpleBlistUiOps blistUiOps =
 
{
 
	NULL,
0 comments (0 inline, 0 general)