gobjectification: 34d31a5f: Compile mxit.

qulogic at pidgin.im qulogic at pidgin.im
Mon Jul 26 01:59:00 EDT 2010


----------------------------------------------------------------------
Revision: 34d31a5f0953dc5599973adbd9d989c3b9cf7b2e
Parent:   b470518d3d10933375e125b8f69d8dbf50b22f50
Author:   qulogic at pidgin.im
Date:     07/25/10 02:28:17
Branch:   im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/34d31a5f0953dc5599973adbd9d989c3b9cf7b2e

Changelog: 

Compile mxit.

Changes against parent b470518d3d10933375e125b8f69d8dbf50b22f50

  patched  libpurple/protocols/mxit/mxit.c

-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/mxit.c	57c76b807af1592eec7ca5a8e88c76ddf499cf43
+++ libpurple/protocols/mxit/mxit.c	5fe0f1a2bdebfe89d018b0cbf7bb5bf45ba9f544
@@ -600,7 +600,7 @@ static GList* mxit_blist_menu( PurpleBli
 	struct contact*		contact;
 	GList*				m = NULL;
 
-	if ( !PURPLE_BLIST_NODE_IS_BUDDY( node ) )
+	if ( !PURPLE_IS_BUDDY( node ) )
 		return NULL;
 
 	buddy = (PurpleBuddy *) node;


More information about the Commits mailing list