aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-link.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-link.h')
-rw-r--r--src/ephy-link.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-link.h b/src/ephy-link.h
index c7ff4971d..48dbc9f3a 100644
--- a/src/ephy-link.h
+++ b/src/ephy-link.h
@@ -41,7 +41,8 @@ typedef enum
{
EPHY_LINK_NEW_WINDOW = 1 << 0,
EPHY_LINK_NEW_TAB = 1 << 1,
- EPHY_LINK_JUMP_TO = 1 << 2
+ EPHY_LINK_JUMP_TO = 1 << 2,
+ EPHY_LINK_ALLOW_FIXUP = 1 << 3
} EphyLinkFlags;
struct _EphyLinkIface