# HG changeset patch # User Daniel Atallah # Date 1155258847 0 # Node ID 36bb845aa6222f7b621d0f29aeb6b87025462d55 # Parent 6732a269f96fcad79a288eaa188872adf12d849f [gaim-migrate @ 16695] CID 261 (DEADCODE) committer: Tailor Script diff -r 6732a269f96f -r 36bb845aa622 src/gtkblist.c --- 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" - "%s%s%s", + "%s", esc, dim_grey(), - idletime != NULL ? idletime : "", - (idletime != NULL && statustext != NULL) ? " - " : "", statustext != NULL ? statustext : ""); }