im.pidgin.pidgin: eeef57ab07e5cf7182b765f603a8f2a771081f74

sadrul at pidgin.im sadrul at pidgin.im
Thu Jan 24 21:11:31 EST 2008


-----------------------------------------------------------------
Revision: eeef57ab07e5cf7182b765f603a8f2a771081f74
Ancestor: 18ef4f37bd517422108a825df6d78ba063ef7c81
Author: sadrul at pidgin.im
Date: 2008-01-24T21:15:43
Branch: im.pidgin.pidgin

Modified files:
        finch/gntblist.c

ChangeLog: 

Pay attention to the 'show_offline' setting for the buddylist.

-------------- next part --------------
============================================================
--- finch/gntblist.c	abe8bb1de350b666729110fbc3f0175a608d0e4b
+++ finch/gntblist.c	c9e3e50355973c76308a9cb4ed329ae6cadd7caa
@@ -167,6 +167,8 @@ static gboolean default_can_add_node(Pur
 			return TRUE;  /* We want to see offline buddies too */
 		if (fnode && fnode->signed_timer)
 			return TRUE;  /* Show if the buddy just signed off */
+		if (purple_blist_node_get_bool(node, "show_offline"))
+			return TRUE;
 	} else if (PURPLE_BLIST_NODE_IS_CONTACT(node)) {
 		PurpleBlistNode *nd;
 		for (nd = purple_blist_node_get_first_child(node);


More information about the Commits mailing list