aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-location-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-location-entry.c')
-rw-r--r--lib/widgets/ephy-location-entry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index e67b3e904..e67f20944 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),