diff options
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 1ebb39190..c87a43bdd 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -68,8 +68,7 @@ typedef enum EPHY_NEW_TAB_IN_EXISTING_WINDOW = 1 << 11, /* The way to load */ - EPHY_NEW_TAB_ALLOW_FIXUP = 1 << 12, - EPHY_NEW_TAB_FROM_EXTERNAL = 1 << 13, + EPHY_NEW_TAB_FROM_EXTERNAL = 1 << 12, } EphyNewTabFlags; |