changeset 22154:f577201bf30f

Perhaps using a lighter font-weight will make the typing notification less distracting.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 19 Jan 2008 00:54:44 +0000
parents 8f78d223d24e
children a886e43210b1 2bff44d78523
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Fri Jan 18 22:40:33 2008 +0000
+++ b/pidgin/gtkconv.c	Sat Jan 19 00:54:44 2008 +0000
@@ -4989,7 +4989,7 @@
 	gtk_text_buffer_create_tag(GTK_IMHTML(gtkconv->imhtml)->text_buffer, "TYPING-NOTIFICATION",
 			"foreground", "#888888",
 			"justification", GTK_JUSTIFY_LEFT,  /* XXX: RTL'ify */
-			"weight", PANGO_WEIGHT_BOLD,
+			"weight", PANGO_WEIGHT_LIGHT,
 			"scale", PANGO_SCALE_SMALL,
 			NULL);