diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-05-22 18:29:47 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-05-22 18:29:47 +0800 |
commit | fb5aebd75337d9602de157670300e0a4a3473b91 (patch) | |
tree | 8f18957a2bacb1fc03b435fb6f4993d58b8cb81e /src/ephy-toolbar.h | |
parent | ebc870195f52c780235dd477f8aa4ca1b23b6536 (diff) | |
download | gsoc2013-epiphany-fb5aebd75337d9602de157670300e0a4a3473b91.tar gsoc2013-epiphany-fb5aebd75337d9602de157670300e0a4a3473b91.tar.gz gsoc2013-epiphany-fb5aebd75337d9602de157670300e0a4a3473b91.tar.bz2 gsoc2013-epiphany-fb5aebd75337d9602de157670300e0a4a3473b91.tar.lz gsoc2013-epiphany-fb5aebd75337d9602de157670300e0a4a3473b91.tar.xz gsoc2013-epiphany-fb5aebd75337d9602de157670300e0a4a3473b91.tar.zst gsoc2013-epiphany-fb5aebd75337d9602de157670300e0a4a3473b91.zip |
Stop propagating the "secure" boolean to the location action
It was only used to figure out whether to paint the entry background
yellow, so we don't need it anymore.
Diffstat (limited to 'src/ephy-toolbar.h')
-rw-r--r-- | src/ephy-toolbar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-toolbar.h b/src/ephy-toolbar.h index 322543633..6b95c6421 100644 --- a/src/ephy-toolbar.h +++ b/src/ephy-toolbar.h @@ -93,7 +93,6 @@ void ephy_toolbar_set_navigation_tooltips (EphyToolbar *toolbar, const char *forward_title); void ephy_toolbar_set_security_state (EphyToolbar *toolbar, - gboolean is_secure, gboolean show_lock, const char *stock_id, const char *tooltip); |