Fri, 11 Dec 2009 03:09:31 +0000
Undo a bit of struct hiding per the comment directly above it because this breaks things.
| pidgin/gtkblist.c | file | annotate | diff | comparison | revisions |
--- 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 {