changeset 29732:f8e29cf10629

Undo a bit of struct hiding per the comment directly above it because this breaks things.
author Paul Aurich <paul@darkrain42.org>
date Fri, 11 Dec 2009 03:09:31 +0000
parents 3420370e4dfb
children 356d1f40a56d 3ad839deed75
files pidgin/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 {