Undo a bit of struct hiding per the comment directly above it because this breaks things. next.minor

Fri, 11 Dec 2009 03:09:31 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Fri, 11 Dec 2009 03:09:31 +0000
branch
next.minor
changeset 29674
eeed271df270
parent 29673
d2759164a4a3
child 29675
0f5da300fa1a
child 29676
058499979e7b

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 {

mercurial