[epiphany] ephy-window: don't assume going to the homepage means opening a new tab



commit dadd9beeff69b082e81f9c4833b06c842cb54927
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Tue Aug 28 18:51:11 2012 +0300

    ephy-window: don't assume going to the homepage means opening a new tab
    
    This is already explicitly set by EphyHomeAction in the new tab
    special case.

 src/ephy-window.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 9319613..5e4b7d4 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -559,8 +559,7 @@ ephy_window_open_link (EphyLink *link,
 		
 	if (flags  & (EPHY_LINK_JUMP_TO | 
 		      EPHY_LINK_NEW_TAB | 
-		      EPHY_LINK_NEW_WINDOW |
-		      EPHY_LINK_HOME_PAGE))
+		      EPHY_LINK_NEW_WINDOW))
 	{
 		EphyNewTabFlags ntflags = EPHY_NEW_TAB_OPEN_PAGE;
 



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