# HG changeset patch # User Sadrul Habib Chowdhury # Date 1201209343 0 # Node ID 1e103e1b845f74eff6f2bad9d6af7ad4600604f6 # Parent bcaf4a03770472e83b8206d528e291650505d163 Pay attention to the 'show_offline' setting for the buddylist. diff -r bcaf4a037704 -r 1e103e1b845f finch/gntblist.c --- 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);