pidgin.next.minor: bca91e52: Undo a bit of struct hiding per the comm...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Thu Dec 10 22:10:27 EST 2009


-----------------------------------------------------------------
Revision: bca91e5200ed5372978a121437fd19fe2774c583
Ancestor: 82c27962a6b2e6e470f5351ce5e64a95142b2bc4
Author: darkrain42 at pidgin.im
Date: 2009-12-11T03:09:31
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/bca91e5200ed5372978a121437fd19fe2774c583

Modified files:
        pidgin/gtkblist.c

ChangeLog: 

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

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	d3a53e5402166035ed875cf6c0125999a7854585
+++ pidgin/gtkblist.c	ae4f9a3b05afe47f0252e3d5c584b1cddacf3e7e
@@ -602,7 +602,7 @@ static void gtk_blist_renderer_edited_cb
 				 * 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 {


More information about the Commits mailing list