# HG changeset patch # User Paul Aurich # Date 1260500971 0 # Node ID f8e29cf10629fbdf4416d5be234f3b4c69378d5e # Parent 3420370e4dfb7b84ef841a2f8c863ab1583af4ef Undo a bit of struct hiding per the comment directly above it because this breaks things. diff -r 3420370e4dfb -r f8e29cf10629 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Fri Dec 11 02:32:08 2009 +0000 +++ b/pidgin/gtkblist.c Fri Dec 11 03:09:31 2009 +0000 @@ -602,7 +602,7 @@ * Adding yet another get_alias is evil, so figure this out * later :-P */ - if (purple_contact_get_alias(contact) || gtknode->contact_expanded) { + if (contact->alias || gtknode->contact_expanded) { purple_blist_alias_contact(contact, arg2); gtk_blist_auto_personize(purple_blist_node_get_parent(node), arg2); } else {