# HG changeset patch # User Richard Laager # Date 1139261066 0 # Node ID 00f6445c68794427e00862266546ee9436eebf74 # Parent 05ef36447131b7e3cf2f7e0066e7c8731268a55c [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 diff -r 05ef36447131 -r 00f6445c6879 src/gtkblist.c --- 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" - "%s%s%s", esc, + "%s%s%s", + esc, dim_grey(), idletime != NULL ? idletime : "", (idletime != NULL && statustext != NULL) ? " - " : "", statustext != NULL ? statustext : "");