[epiphany/overview] Revert "ephy-window: open links in a new tab when typed in the overview"



commit 4a7d606404f65c0f6a3c136c2043c8ca31a5765a
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Thu Aug 16 11:15:15 2012 +0300

    Revert "ephy-window: open links in a new tab when typed in the overview"
    
    This reverts commit e978aabcca387e2d9e03742036bc71fc220f974e.

 src/ephy-window.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 6512956..c141d0f 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -513,10 +513,7 @@ ephy_window_open_link (EphyLink *link,
 	else if (flags & EPHY_LINK_TYPED)
 		ephy_web_view_set_visit_type (ephy_embed_get_web_view (embed),
 					      EPHY_PAGE_VISIT_TYPED);
-
-	if (priv->overview_mode)
-		flags |= EPHY_LINK_NEW_TAB | EPHY_LINK_JUMP_TO;
-
+		
 	if (flags  & (EPHY_LINK_JUMP_TO | 
 		      EPHY_LINK_NEW_TAB | 
 		      EPHY_LINK_NEW_WINDOW |
@@ -548,9 +545,6 @@ ephy_window_open_link (EphyLink *link,
 				ntflags |= EPHY_NEW_TAB_DONT_COPY_HISTORY;
 		}
 
-		if (priv->overview_mode)
-			ntflags |= EPHY_NEW_TAB_DONT_COPY_HISTORY;
-
 		new_embed = ephy_shell_new_tab
 				(ephy_shell,
 				 EPHY_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (embed))),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]