changeset 11524:4fd0c3a663b8

[gaim-migrate @ 13772] I like Bleeter's bolding idea, but I'd also like my name bolded when I send messages. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Sep 2005 06:50:29 +0000
parents 1116993aadd2
children b47708f46a38
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Sep 12 06:46:43 2005 +0000
+++ b/src/gtkconv.c	Mon Sep 12 06:50:29 2005 +0000
@@ -5360,7 +5360,7 @@
 		     gaim_conversation_get_type(conv) == GAIM_CONV_TYPE_CHAT) {
 
 			/* Bold buddies to make them stand out from non-buddies. */
-			if (gaim_find_buddy(account, name) != NULL) {
+			if (flags & GAIM_MESSAGE_SEND || gaim_find_buddy(account, name) != NULL) {
 				g_snprintf(buf2, BUF_LONG,
 					   "<FONT COLOR=\"%s\" %s><FONT SIZE=\"2\"><!--(%s) --></FONT>"
 					   "<B>%s</B></FONT> ",