From bc1be9707ed517b0af62ed7bb1fb926bd08bd66d Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Wed, 20 Jun 2012 14:03:06 +0300 Subject: 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 --- src/ephy-notebook.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-notebook.h') 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); -- cgit v1.2.3