Mercurial > pidgin.yaz
changeset 13140:00f6445c6879
[gaim-migrate @ 15502]
Mark Doliner: Hey, I think we should go back to graying out the secondary text underneath screen names in the big-list mode.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 06 Feb 2006 21:24:26 +0000 |
parents | 05ef36447131 |
children | 39e7014cb687 |
files | src/gtkblist.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Mon Feb 06 08:13:35 2006 +0000 +++ b/src/gtkblist.c Mon Feb 06 21:24:26 2006 +0000 @@ -3035,7 +3035,8 @@ else { text = g_strdup_printf("%s\n" - "<span size='smaller'>%s%s%s</span>", esc, + "<span color='%s' size='smaller'>%s%s%s</span>", + esc, dim_grey(), idletime != NULL ? idletime : "", (idletime != NULL && statustext != NULL) ? " - " : "", statustext != NULL ? statustext : "");