[epiphany] Open new tabs to the right of the current one even for location entry Ctrl+Enter actions.



commit bfc6e9f79606c6143ab106d00653ab6fc759c877
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 b7da955..b4e2a28 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3504,7 +3504,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]