diff libpurple/plugins/autoaccept.c @ 25827:0e08c847517d

Update some casts (that the script didn't fix correctly) to GObject macros.
author Richard Laager <rlaager@wiktel.com>
date Fri, 14 Nov 2008 05:32:35 +0000
parents 0d0088b03745
children 4b8c4870b13a
line wrap: on
line diff
--- a/libpurple/plugins/autoaccept.c	Fri Nov 14 02:26:28 2008 +0000
+++ b/libpurple/plugins/autoaccept.c	Fri Nov 14 05:32:35 2008 +0000
@@ -95,7 +95,7 @@
 	char *dirname;
 
 	account = xfer->account;
-	node = (PurpleBlistNode *)purple_find_buddy(account, xfer->who);
+	node = PURPLE_BLIST_NODE(purple_find_buddy(account, xfer->who));
 
 	if (!node)
 	{