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 /src/prefs-dialog.c | |
parent | 50848b9653f92e9acedd1cfc33dfefd10f0df201 (diff) | |
download | gsoc2013-epiphany-bd8de625888d481cb6c6ce73721d3597349f5afb.tar gsoc2013-epiphany-bd8de625888d481cb6c6ce73721d3597349f5afb.tar.gz gsoc2013-epiphany-bd8de625888d481cb6c6ce73721d3597349f5afb.tar.bz2 gsoc2013-epiphany-bd8de625888d481cb6c6ce73721d3597349f5afb.tar.lz gsoc2013-epiphany-bd8de625888d481cb6c6ce73721d3597349f5afb.tar.xz 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 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index b99b75de4..62961414f 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -209,7 +209,6 @@ enum NOTEBOOK_PROP, /* General */ - OPEN_IN_TABS_PROP, HOMEPAGE_ENTRY_PROP, /* Fonts and Colors */ @@ -247,7 +246,6 @@ EphyDialogProperty properties [] = { NOTEBOOK_PROP, "prefs_notebook", NULL, PT_NORMAL, NULL }, /* General */ - { OPEN_IN_TABS_PROP, "open_in_tabs_checkbutton", CONF_TABS_TABBED, PT_AUTOAPPLY, NULL }, { HOMEPAGE_ENTRY_PROP, "homepage_entry", CONF_GENERAL_HOMEPAGE, PT_AUTOAPPLY, NULL }, /* Fonts and Colors */ |