# HG changeset patch # User Daniel Atallah # Date 1155698323 0 # Node ID 7a763d1d1df6bc0de64c61a69474859733e3363d # Parent 6666ce3176b906898b12970948ce3b04bbe0918b [gaim-migrate @ 16779] It seems like I only got half of CID 261 the first time. committer: Tailor Script diff -r 6666ce3176b9 -r 7a763d1d1df6 src/gtkblist.c --- a/src/gtkblist.c Wed Aug 16 02:44:21 2006 +0000 +++ b/src/gtkblist.c Wed Aug 16 03:18:43 2006 +0000 @@ -2991,10 +2991,8 @@ text = g_strdup_printf("%s", dim_grey(), esc); else if (!selected && !text) text = g_strdup_printf("%s\n" - "%s%s%s", + "%s", dim_grey(), esc, dim_grey(), - idletime != NULL ? idletime : "", - (idletime != NULL && statustext != NULL) ? " - " : "", statustext != NULL ? statustext : ""); }