diff options
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/ephy-location-entry.h')
-rw-r--r-- | lib/widgets/ephy-location-entry.h | 4 |
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); |