[Xfce4-commits] <midori:master> Render verified secure sites in green, not yellow
Christian Dywan
noreply at xfce.org
Tue Nov 8 02:38:01 CET 2011
Updating branch refs/heads/master
to 107bb2a58a647a38b6c61ad465296f87ad5493c6 (commit)
from c5e6b7a020b2927afb2862cfe575fd59f0e79740 (commit)
commit 107bb2a58a647a38b6c61ad465296f87ad5493c6
Author: Peter Hatina <phatina at redhat.com>
Date: Tue Nov 8 01:58:16 2011 +0100
Render verified secure sites in green, not yellow
Fixes: https://bugs.launchpad.net/midori/+bug/858701
midori/midori-locationaction.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c
index 292d6cf..b4039d8 100644
--- a/midori/midori-locationaction.c
+++ b/midori/midori-locationaction.c
@@ -1683,7 +1683,7 @@ midori_location_action_set_security_hint (MidoriLocationAction* location_action,
}
else if (hint == MIDORI_SECURITY_TRUSTED)
{
- gdk_color_parse ("#fcf19a", &bg_color);
+ gdk_color_parse ("#d1eeb9", &bg_color);
gdk_color_parse ("#000", &fg_color);
#if !HAVE_HILDON
if (gtk_icon_theme_has_icon (icon_theme, "lock-secure"))
More information about the Xfce4-commits
mailing list