changeset 23347:dd146aa7d74d

silence a warning
author Ka-Hing Cheung <khc@hxbc.us>
date Tue, 10 Jun 2008 06:26:16 +0000
parents e96502c0262e
children d6df2d048eb1
files pidgin/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Tue Jun 10 06:23:35 2008 +0000
+++ b/pidgin/gtkblist.c	Tue Jun 10 06:26:16 2008 +0000
@@ -6476,7 +6476,7 @@
 
 		/* Offer to merge people with the same alias. */
 		if (whoalias != NULL)
-			gtk_blist_auto_personize(g, whoalias);
+			gtk_blist_auto_personize((PurpleBlistNode *)g, whoalias);
 
 		/*
 		 * XXX