# HG changeset patch # User Justin Rodriguez # Date 1218229004 0 # Node ID f76e9db37141130cced60dd9675fbe7336765276 # Parent 0bbfb20bad198c85efb091e35f4d16e7a9c1e337 Fixes blist theme bug in buddy markup diff -r 0bbfb20bad19 -r f76e9db37141 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Fri Aug 08 20:47:15 2008 +0000 +++ b/pidgin/gtkblist.c Fri Aug 08 20:56:44 2008 +0000 @@ -3829,7 +3829,7 @@ presence = purple_buddy_get_presence(b); /* Name is all that is needed */ - if (!aliased && biglist) { + if (aliased && biglist) { /* Status Info */ prpl = purple_find_prpl(purple_account_get_protocol_id(b->account)); @@ -3954,13 +3954,13 @@ status_font = (pair != NULL && pair->font != NULL) ? pair->font : ""; } - if (!aliased && selected) { + if (aliased && selected) { name_color = "black"; status_color = "black"; } /* Put it all together */ - if (!aliased && biglist && (statustext || idletime)) { + if (aliased && biglist && (statustext || idletime)) { /* using breaks the status, so it must be seperated into */ text = g_strdup_printf("%s\n" "%s%s%s",