[epiphany] ephy-location-entry: use new channel-{secure, insecure} symbolic icons
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-location-entry: use new channel-{secure, insecure} symbolic icons
- Date: Wed, 6 Jul 2011 16:05:32 +0000 (UTC)
commit ddfb904e0080cc647c2d3513164a04f95d15aa28
Author: Xan Lopez <xlopez igalia com>
Date: Wed Jul 6 18:02:48 2011 +0200
ephy-location-entry: use new channel-{secure,insecure} symbolic icons
Bug #650789
lib/widgets/ephy-location-entry.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index e67b3e9..e67f209 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -1586,9 +1586,9 @@ ephy_location_entry_set_lock_stock (EphyLocationEntry *entry,
* everything else, nothing is shown.
*/
if (!stock_id || g_str_equal (stock_id, STOCK_LOCK_BROKEN))
- priv->lock_gicon = g_themed_icon_new_with_default_fallbacks ("changes-allow-symbolic");
+ priv->lock_gicon = g_themed_icon_new_with_default_fallbacks ("channel-insecure-symbolic");
else
- priv->lock_gicon = g_themed_icon_new_with_default_fallbacks ("changes-prevent-symbolic");
+ priv->lock_gicon = g_themed_icon_new_with_default_fallbacks ("channel-secure-symbolic");
if (priv->show_lock)
gtk_entry_set_icon_from_gicon (GTK_ENTRY (priv->entry),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]