aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r--src/ephy-shell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h
index d4654a002..08fd7658a 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -62,7 +62,8 @@ typedef enum
EPHY_NEW_TAB_IN_NEW_WINDOW = 1 << 8,
EPHY_NEW_TAB_IN_EXISTING_WINDOW = 1 << 9,
EPHY_NEW_TAB_IS_A_COPY = 1 << 10,
- EPHY_NEW_TAB_VIEW_SOURCE = 1 << 11
+ EPHY_NEW_TAB_VIEW_SOURCE = 1 << 11,
+ EPHY_NEW_TAB_APPEND_AFTER = 1 << 12
} EphyNewTabFlags;
struct EphyShell