aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-27 07:29:09 +0800
committerXan Lopez <xan@igalia.com>2012-01-27 07:29:09 +0800
commit62b676c7d9eba221bb5ebbe0a9c85c981131cdf6 (patch)
treebd3cbdf07e47032b0fb84dc1f36f4cee7677a29d /lib/widgets
parenta9792256c80e46bf9f0c237b2f6fb29b3b38c699 (diff)
downloadgsoc2013-epiphany-62b676c7d9eba221bb5ebbe0a9c85c981131cdf6.tar
gsoc2013-epiphany-62b676c7d9eba221bb5ebbe0a9c85c981131cdf6.tar.gz
gsoc2013-epiphany-62b676c7d9eba221bb5ebbe0a9c85c981131cdf6.tar.bz2
gsoc2013-epiphany-62b676c7d9eba221bb5ebbe0a9c85c981131cdf6.tar.lz
gsoc2013-epiphany-62b676c7d9eba221bb5ebbe0a9c85c981131cdf6.tar.xz
gsoc2013-epiphany-62b676c7d9eba221bb5ebbe0a9c85c981131cdf6.tar.zst
gsoc2013-epiphany-62b676c7d9eba221bb5ebbe0a9c85c981131cdf6.zip
Remove all the lock stock icons
At this point we were only using the #defines in EphyLocationEntry to decide which symbolic icon to use, so keep that and delete everything else.
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/ephy-location-entry.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h
index 6d40f3d2c..1bc923ac9 100644
--- a/lib/widgets/ephy-location-entry.h
+++ b/lib/widgets/ephy-location-entry.h
@@ -61,6 +61,10 @@ struct _EphyLocationEntry
EphyLocationEntryPrivate *priv;
};
+#define STOCK_LOCK_INSECURE "lock-insecure"
+#define STOCK_LOCK_SECURE "lock-secure"
+#define STOCK_LOCK_BROKEN "lock-broken"
+
GType ephy_location_entry_get_type (void);
GtkWidget *ephy_location_entry_new (void);