aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-home-action.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-08 02:53:57 +0800
committerXan Lopez <xan@igalia.com>2012-03-08 02:57:21 +0800
commitc58efa251b4a978f9621b8ebcd4de4e4f4f695d2 (patch)
tree5ee37c4bcc01adbf40ba37af96e4a257ba004c1d /src/ephy-home-action.c
parent471cf1d2c7bb2768a2f4f7ffbbed68fa18f7fa2a (diff)
downloadgsoc2013-epiphany-c58efa251b4a978f9621b8ebcd4de4e4f4f695d2.tar
gsoc2013-epiphany-c58efa251b4a978f9621b8ebcd4de4e4f4f695d2.tar.gz
gsoc2013-epiphany-c58efa251b4a978f9621b8ebcd4de4e4f4f695d2.tar.bz2
gsoc2013-epiphany-c58efa251b4a978f9621b8ebcd4de4e4f4f695d2.tar.lz
gsoc2013-epiphany-c58efa251b4a978f9621b8ebcd4de4e4f4f695d2.tar.xz
gsoc2013-epiphany-c58efa251b4a978f9621b8ebcd4de4e4f4f695d2.tar.zst
gsoc2013-epiphany-c58efa251b4a978f9621b8ebcd4de4e4f4f695d2.zip
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.
Diffstat (limited to 'src/ephy-home-action.c')
-rw-r--r--src/ephy-home-action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-home-action.c b/src/ephy-home-action.c
index 518e87e82..dc1bfd039 100644
--- a/src/ephy-home-action.c
+++ b/src/ephy-home-action.c
@@ -106,7 +106,7 @@ action_name_association (GtkAction *action,
{
ephy_home_action_open (action,
address,
- EPHY_LINK_NEW_TAB | EPHY_LINK_JUMP_TO);
+ EPHY_LINK_JUMP_TO | EPHY_LINK_HOME_PAGE);
}
}