aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-notebook.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-06-20 19:03:06 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-06-20 19:35:13 +0800
commitbc1be9707ed517b0af62ed7bb1fb926bd08bd66d (patch)
tree39419b1c9ed061053536c7bfc7d8220b160de8b2 /src/ephy-notebook.h
parent12de056786b7c643058939ade4cadb6ee5d60e27 (diff)
downloadgsoc2013-epiphany-bc1be9707ed517b0af62ed7bb1fb926bd08bd66d.tar
gsoc2013-epiphany-bc1be9707ed517b0af62ed7bb1fb926bd08bd66d.tar.gz
gsoc2013-epiphany-bc1be9707ed517b0af62ed7bb1fb926bd08bd66d.tar.bz2
gsoc2013-epiphany-bc1be9707ed517b0af62ed7bb1fb926bd08bd66d.tar.lz
gsoc2013-epiphany-bc1be9707ed517b0af62ed7bb1fb926bd08bd66d.tar.xz
gsoc2013-epiphany-bc1be9707ed517b0af62ed7bb1fb926bd08bd66d.tar.zst
gsoc2013-epiphany-bc1be9707ed517b0af62ed7bb1fb926bd08bd66d.zip
ephy-notebook: fix the property enabling tabs visibility
Replace the redundant and unused "show-tabs" with "tabs-allowed", and allow its use to ultimately hide the tabs, regardless of the policy, whenever the application UI deems necessary. https://bugzilla.gnome.org/show_bug.cgi?id=678468
Diffstat (limited to 'src/ephy-notebook.h')
-rw-r--r--src/ephy-notebook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h
index 609b0f9a5..56d439bae 100644
--- a/src/ephy-notebook.h
+++ b/src/ephy-notebook.h
@@ -68,8 +68,8 @@ int ephy_notebook_add_tab (EphyNotebook *nb,
int position,
gboolean jump_to);
-void ephy_notebook_set_show_tabs (EphyNotebook *nb,
- gboolean show_tabs);
+void ephy_notebook_set_tabs_allowed (EphyNotebook *nb,
+ gboolean tabs_allowed);
void ephy_notebook_next_page (EphyNotebook *notebook);