[epiphany/gnome-3-0] Open new tabs to the right of the current one even for location entry Ctrl+Enter actions.
- From: Danilo Šegan <danilo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-0] Open new tabs to the right of the current one even for location entry Ctrl+Enter actions.
- Date: Mon, 18 Apr 2011 20:03:32 +0000 (UTC)
commit 879c5818113582bfc1ffb7206b8e4d76088f5fbb
Author: Danilo Å egan <danilo gnome org>
Date: Mon Apr 18 21:52:37 2011 +0200
Open new tabs to the right of the current one even for location entry
Ctrl+Enter actions.
Bug #647976
src/ephy-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 4a874ce..a5d7681 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]