diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-09-10 16:11:43 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-10 16:11:43 +0800 |
commit | bd8de625888d481cb6c6ce73721d3597349f5afb (patch) | |
tree | a7dc459c2a4902bea006d574ff416c4421f2ca27 /data/epiphany.schemas.in | |
parent | 50848b9653f92e9acedd1cfc33dfefd10f0df201 (diff) | |
download | gsoc2013-epiphany-bd8de625888d481cb6c6ce73721d3597349f5afb.tar.gz gsoc2013-epiphany-bd8de625888d481cb6c6ce73721d3597349f5afb.tar.zst gsoc2013-epiphany-bd8de625888d481cb6c6ce73721d3597349f5afb.zip |
Make spinner status per tab. Remove the default to tab pref, use tab by
2003-09-10 Marco Pesenti Gritti <marco@gnome.org>
* data/epiphany.schemas.in:
* data/glade/prefs-dialog.glade:
* lib/ephy-prefs.h:
* src/ephy-notebook.c: (update_tabs_visibility),
(ephy_notebook_init):
* src/ephy-shell.c: (ephy_shell_new_tab):
* src/ephy-tab.c: (open_link_in_new_tab):
* src/ephy-window.c: (sync_tab_load_status),
(ephy_window_set_active_tab), (tab_added_cb), (tab_removed_cb):
* src/prefs-dialog.c:
Make spinner status per tab.
Remove the default to tab pref, use tab by default for middle
click on links, add a always_show_tabs_bar hidden pref.
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 7626161f9..446e651c9 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -89,14 +89,14 @@ </locale> </schema> <schema> - <key>/schemas/apps/epiphany/general/open_in_tab</key> + <key>/schemas/apps/epiphany/general/always_show_tabs_bar</key> <applyto>/apps/epiphany/general/open_in_tab</applyto> <owner>epiphany</owner> <type>bool</type> <default>false</default> <locale name="C"> - <short>Use tabs</short> - <long>Open in tabs by default.</long> + <short>Always show the tab bar</short> + <long>Show the tab bar also when there is only one tab open.</long> </locale> </schema> <schema> |