summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Šegan <danilo@gnome.org>2011-04-18 21:52:37 +0200
committerDanilo Šegan <danilo@gnome.org>2011-04-18 22:03:04 +0200
commit879c5818113582bfc1ffb7206b8e4d76088f5fbb (patch)
treee77abc8352ee85cafdb47e6d291c1de556df80c8
parent5112696e8bcd857e3a9278b8fc9bbe59891bbfab (diff)
downloadepiphany-879c5818113582bfc1ffb7206b8e4d76088f5fbb.tar.gz
Open new tabs to the right of the current one even for location entry
Ctrl+Enter actions. Bug #647976
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 4a874ce27..a5d7681c4 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3488,7 +3488,7 @@ ephy_window_open_link (EphyLink *link,
}
else
{
- ntflags |= EPHY_NEW_TAB_IN_EXISTING_WINDOW;
+ ntflags |= EPHY_NEW_TAB_IN_EXISTING_WINDOW | EPHY_NEW_TAB_APPEND_AFTER;
}
new_embed = ephy_shell_new_tab