comparison src/gtkblist.c @ 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 ba82cc4d1abd
children a3c1112bb190
comparison
equal deleted inserted replaced
13139:05ef36447131 13140:00f6445c6879
3033 statustext != NULL ? statustext : ""); 3033 statustext != NULL ? statustext : "");
3034 } 3034 }
3035 else 3035 else
3036 { 3036 {
3037 text = g_strdup_printf("%s\n" 3037 text = g_strdup_printf("%s\n"
3038 "<span size='smaller'>%s%s%s</span>", esc, 3038 "<span color='%s' size='smaller'>%s%s%s</span>",
3039 esc, dim_grey(),
3039 idletime != NULL ? idletime : "", 3040 idletime != NULL ? idletime : "",
3040 (idletime != NULL && statustext != NULL) ? " - " : "", 3041 (idletime != NULL && statustext != NULL) ? " - " : "",
3041 statustext != NULL ? statustext : ""); 3042 statustext != NULL ? statustext : "");
3042 } 3043 }
3043 } 3044 }