comparison src/gtkimhtml.c @ 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 423323aa0dbe
children 3726ff9022f3
comparison
equal deleted inserted replaced
12252:a72eb0342977 12253:868220a1a1b2
545 GTK_IMHTML(imhtml)->prelit_tag = tag; 545 GTK_IMHTML(imhtml)->prelit_tag = tag;
546 if (tag != oldprelit_tag) { 546 if (tag != oldprelit_tag) {
547 if (pre) 547 if (pre)
548 g_object_set(G_OBJECT(tag), "foreground-gdk", pre, NULL); 548 g_object_set(G_OBJECT(tag), "foreground-gdk", pre, NULL);
549 else 549 else
550 g_object_set(G_OBJECT(tag), "foreground", "light blue", NULL); 550 g_object_set(G_OBJECT(tag), "foreground", "#70a0ff", NULL);
551 } 551 }
552 } else { 552 } else {
553 GTK_IMHTML(imhtml)->prelit_tag = NULL; 553 GTK_IMHTML(imhtml)->prelit_tag = NULL;
554 } 554 }
555 555