aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-toolbar.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@svn.gnome.org>2007-09-10 06:43:58 +0800
committerCosimo Cecchi <cosimoc@src.gnome.org>2007-09-10 06:43:58 +0800
commit8344bc78c1bfc2e200c4525f07c4e50ba77f279d (patch)
tree5bd2b6e69472798bca91ebe89e4b40f3dc41ddb1 /src/ephy-toolbar.h
parent7a9491270389f22445a70f56aadf25d140960836 (diff)
downloadgsoc2013-epiphany-8344bc78c1bfc2e200c4525f07c4e50ba77f279d.tar
gsoc2013-epiphany-8344bc78c1bfc2e200c4525f07c4e50ba77f279d.tar.gz
gsoc2013-epiphany-8344bc78c1bfc2e200c4525f07c4e50ba77f279d.tar.bz2
gsoc2013-epiphany-8344bc78c1bfc2e200c4525f07c4e50ba77f279d.tar.lz
gsoc2013-epiphany-8344bc78c1bfc2e200c4525f07c4e50ba77f279d.tar.xz
gsoc2013-epiphany-8344bc78c1bfc2e200c4525f07c4e50ba77f279d.tar.zst
gsoc2013-epiphany-8344bc78c1bfc2e200c4525f07c4e50ba77f279d.zip
Makes tooltips for Back and Forward buttons display the titles of relative
2007-09-10 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-toolbar.c: (ephy_toolbar_set_navigation_tooltips): * src/ephy-toolbar.h: * src/ephy-window.c: (sync_tab_navigation): Makes tooltips for Back and Forward buttons display the titles of relative pages. Fixes bug #341400. Patch by Cyril Brulebois. svn path=/trunk/; revision=7364
Diffstat (limited to 'src/ephy-toolbar.h')
-rw-r--r--src/ephy-toolbar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-toolbar.h b/src/ephy-toolbar.h
index 1da72f953..3ed7aa377 100644
--- a/src/ephy-toolbar.h
+++ b/src/ephy-toolbar.h
@@ -86,6 +86,10 @@ void ephy_toolbar_set_navigation_actions (EphyToolbar *toolbar,
gboolean forward,
gboolean up);
+void ephy_toolbar_set_navigation_tooltips (EphyToolbar *toolbar,
+ const char *back_title,
+ const char *forward_title);
+
void ephy_toolbar_set_security_state (EphyToolbar *toolbar,
gboolean is_secure,
gboolean show_lock,