From c58efa251b4a978f9621b8ebcd4de4e4f4f695d2 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 7 Mar 2012 19:53:57 +0100 Subject: Annotate correctly the fact that FileNewTab now always opens the homepage We need to detect it in EphyEmbed to avoid adding about:blank to the history in that case. --- src/ephy-link.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ephy-link.h') diff --git a/src/ephy-link.h b/src/ephy-link.h index af293f379..65bad41b4 100644 --- a/src/ephy-link.h +++ b/src/ephy-link.h @@ -46,7 +46,8 @@ typedef enum EPHY_LINK_NEW_WINDOW = 1 << 0, EPHY_LINK_NEW_TAB = 1 << 1, EPHY_LINK_JUMP_TO = 1 << 2, - EPHY_LINK_NEW_TAB_APPEND_AFTER = 1 << 3 + EPHY_LINK_NEW_TAB_APPEND_AFTER = 1 << 3, + EPHY_LINK_HOME_PAGE = 1 << 4 } EphyLinkFlags; struct _EphyLinkIface -- cgit v1.2.3