# HG changeset patch # User Ka-Hing Cheung # Date 1213079176 0 # Node ID dd146aa7d74dfa02695fc2d4d3c91cce3ce7c7fb # Parent e96502c0262eecdfc1557dc538b1dd08f8222994 silence a warning diff -r e96502c0262e -r dd146aa7d74d pidgin/gtkblist.c --- 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