diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-06-20 01:21:19 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-06-20 01:21:19 +0800 |
commit | 1f1f4b78c63f4e5421c223d93c3b23d52dc72c30 (patch) | |
tree | 27107202bf73b5fcdc14bf5aabcae39338a95571 /src/ephy-shell.h | |
parent | def0bcab86eb6dc80ee74fc95b3424ad2cbe14cc (diff) | |
download | gsoc2013-epiphany-1f1f4b78c63f4e5421c223d93c3b23d52dc72c30.tar.gz gsoc2013-epiphany-1f1f4b78c63f4e5421c223d93c3b23d52dc72c30.tar.zst gsoc2013-epiphany-1f1f4b78c63f4e5421c223d93c3b23d52dc72c30.zip |
Append tabs at the end instead of grouping them near the current one.
2004-06-19 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-notebook.c: (ephy_notebook_move_tab), (move_tab),
(ephy_notebook_switch_page_cb), (ephy_notebook_init),
(ephy_notebook_finalize), (ephy_notebook_add_tab),
(ephy_notebook_remove_tab):
* src/ephy-notebook.h:
* src/ephy-shell.c: (ephy_shell_new_tab):
* src/ephy-shell.h:
* src/ephy-tab.c: (ephy_tab_new_window_cb):
* src/ephy-window.c: (ephy_window_add_tab):
Append tabs at the end instead of grouping
them near the current one.
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index d3d9233c3..a2dbc338f 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -77,7 +77,6 @@ typedef enum EPHY_NEW_TAB_FULLSCREEN_MODE = 1 << 4, /* Tabs */ - EPHY_NEW_TAB_APPEND_GROUPED = 1 << 6, EPHY_NEW_TAB_APPEND_LAST = 1 << 7, EPHY_NEW_TAB_APPEND_AFTER = 1 << 8, EPHY_NEW_TAB_JUMP = 1 << 9, |