# HG changeset patch # User Ka-Hing Cheung # Date 1231572806 0 # Node ID 1e56413147dd0a10dcbfc5ff01f1ad0e4e7c94f9 # Parent 3e39e4652c360b3f7484d28fe8f29dd81727ca88 no reason not to show other emblems when contact is expanded diff -r 3e39e4652c36 -r 1e56413147dd pidgin/gtkblist.c --- a/pidgin/gtkblist.c Sat Jan 10 07:12:56 2009 +0000 +++ b/pidgin/gtkblist.c Sat Jan 10 07:33:26 2009 +0000 @@ -3648,9 +3648,8 @@ } if (((struct _pidgin_blist_node*)(node->parent->ui_data))->contact_expanded) { - if (purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/blist/show_protocol_icons")) - return NULL; - return pidgin_create_prpl_icon(((PurpleBuddy*)node)->account, PIDGIN_PRPL_ICON_SMALL); + if (!purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/blist/show_protocol_icons")) + return pidgin_create_prpl_icon(((PurpleBuddy*)node)->account, PIDGIN_PRPL_ICON_SMALL); } } else { return NULL;