[gaim-migrate @ 13772]

Mon, 12 Sep 2005 06:50:29 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 12 Sep 2005 06:50:29 +0000
changeset 11524
28eaa96fe353
parent 11523
8089ad56093d
child 11525
1d06283bdcc9

[gaim-migrate @ 13772]
I like Bleeter's bolding idea, but I'd also like my name bolded when I send messages.

src/gtkconv.c file | annotate | diff | comparison | revisions
--- 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> ",

mercurial