changeset 12253:868220a1a1b2

[gaim-migrate @ 14555] Make the link color when hovering over a link less light. Before this change there wasn't a lot of contrast between the white window bg and the link color. Hopefully this change is ok? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 29 Nov 2005 05:43:12 +0000
parents a72eb0342977
children 95fd673021f6
files src/gtkimhtml.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.c	Tue Nov 29 01:21:04 2005 +0000
+++ b/src/gtkimhtml.c	Tue Nov 29 05:43:12 2005 +0000
@@ -547,7 +547,7 @@
 			if (pre)
 				g_object_set(G_OBJECT(tag), "foreground-gdk", pre, NULL);
 			else
-				g_object_set(G_OBJECT(tag), "foreground", "light blue", NULL);
+				g_object_set(G_OBJECT(tag), "foreground", "#70a0ff", NULL);
 		}
 	} else {
 		GTK_IMHTML(imhtml)->prelit_tag = NULL;