diff options
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 0d8de4132..e1eca3ba2 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -62,6 +62,10 @@ typedef enum EPHY_NEW_TAB_JUMP = 1 << 9, EPHY_NEW_TAB_IN_NEW_WINDOW = 1 << 10, EPHY_NEW_TAB_IN_EXISTING_WINDOW = 1 << 11, + + /* The way to load */ + EPHY_NEW_TAB_ALLOW_FIXUP = 1 << 12, + } EphyNewTabFlags; struct _EphyShell |