diff pidgin/gtkblist.c @ 28873:3e5a37c743df

commit differences as a revision for now.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 04 Nov 2009 16:58:41 +0900
parents 493f48f8d17f 876ffa0f5465
children 06740353bfc7
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sun Oct 25 15:30:09 2009 +0900
+++ b/pidgin/gtkblist.c	Wed Nov 04 16:58:41 2009 +0900
@@ -4190,6 +4190,12 @@
 		}
 	}
 
+	if (hidden_conv) {
+		char *tmp = nametext;
+		nametext = g_strdup_printf("<b>%s</b>", tmp);
+		g_free(tmp);
+	}
+
 	/* Put it all together */
 	if ((!aliased || biglist) && (statustext || idletime)) {
 		/* using <span size='smaller'> breaks the status, so it must be seperated into <small><span>*/