aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-toolbar.h
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-05-22 18:29:47 +0800
committerXan Lopez <xlopez@igalia.com>2011-05-22 18:29:47 +0800
commitfb5aebd75337d9602de157670300e0a4a3473b91 (patch)
tree8f18957a2bacb1fc03b435fb6f4993d58b8cb81e /src/ephy-toolbar.h
parentebc870195f52c780235dd477f8aa4ca1b23b6536 (diff)
downloadgsoc2013-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.h1
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);