Mercurial > pidgin
changeset 25118:f76e9db37141
Fixes blist theme bug in buddy markup
author | Justin Rodriguez <ffdragon@soc.pidgin.im> |
---|---|
date | Fri, 08 Aug 2008 20:56:44 +0000 |
parents | 0bbfb20bad19 |
children | fc8047e1fa39 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <span size='smaller'> breaks the status, so it must be seperated into <small><span>*/ text = g_strdup_printf("<span font_desc='%s' foreground='%s'>%s</span>\n" "<small><span font_desc='%s' foreground='%s'>%s%s%s</span></small>",