[epiphany] popup-commands: also group tabs opened through the context menu



commit 0ec186343a500d2662a118ad5eb0fc67275a4f9f
Author: Xan Lopez <xlopez igalia com>
Date:   Sun Apr 17 08:28:06 2011 -0700

    popup-commands: also group tabs opened through the context menu

 src/popup-commands.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 0bec4fb..005a39d 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -78,7 +78,8 @@ popup_cmd_link_in_new_tab (GtkAction *action,
 	ephy_shell_new_tab (ephy_shell, window, embed,
 			    g_value_get_string (&value),
 			    EPHY_NEW_TAB_OPEN_PAGE |
-			    EPHY_NEW_TAB_IN_EXISTING_WINDOW);
+			    EPHY_NEW_TAB_IN_EXISTING_WINDOW |
+			    EPHY_NEW_TAB_APPEND_AFTER);
 	g_value_unset (&value);
 }
 



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