Mercurial > pidgin.yaz
changeset 22192:1e103e1b845f
Pay attention to the 'show_offline' setting for the buddylist.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 24 Jan 2008 21:15:43 +0000 |
parents | bcaf4a037704 |
children | a07c5798467f |
files | finch/gntblist.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/gntblist.c Wed Jan 23 21:46:54 2008 +0000 +++ b/finch/gntblist.c Thu Jan 24 21:15:43 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);