changeset 22198:a07c5798467f

merge of '7e6f3aa974ad4672e16bd0ac3839d416c87160f1' and 'eeef57ab07e5cf7182b765f603a8f2a771081f74'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 25 Jan 2008 02:08:05 +0000
parents a67c0aa4db9c (current diff) 1e103e1b845f (diff)
children 5aacf801f6b6
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntblist.c	Fri Jan 25 01:40:51 2008 +0000
+++ b/finch/gntblist.c	Fri Jan 25 02:08:05 2008 +0000
@@ -167,6 +167,8 @@
 			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);