Mercurial > pidgin
changeset 14074:36bb845aa622
[gaim-migrate @ 16695]
CID 261 (DEADCODE)
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 11 Aug 2006 01:14:07 +0000 |
parents | 6732a269f96f |
children | 7fbca3653056 |
files | src/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Fri Aug 11 01:10:18 2006 +0000 +++ b/src/gtkblist.c Fri Aug 11 01:14:07 2006 +0000 @@ -3002,10 +3002,8 @@ else if (!selected && !text) { text = g_strdup_printf("%s\n" - "<span color='%s' size='smaller'>%s%s%s</span>", + "<span color='%s' size='smaller'>%s</span>", esc, dim_grey(), - idletime != NULL ? idletime : "", - (idletime != NULL && statustext != NULL) ? " - " : "", statustext != NULL ? statustext : ""); }