changeset 14137:7a763d1d1df6

[gaim-migrate @ 16779] It seems like I only got half of CID 261 the first time. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 16 Aug 2006 03:18:43 +0000
parents 6666ce3176b9
children 7f276f375789
files src/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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("<span color='%s'>%s</span>", dim_grey(), esc);
 		else if (!selected && !text)
 			text = g_strdup_printf("<span color='%s'>%s</span>\n"
-				"<span color='%s' size='smaller'>%s%s%s</span>",
+				"<span color='%s' size='smaller'>%s</span>",
 				dim_grey(), esc, dim_grey(),
-				idletime != NULL ? idletime : "",
-				(idletime != NULL && statustext != NULL) ? " - " : "",
 				statustext != NULL ? statustext : "");
 	}