[epiphany] synced-tabs-dialog: Jump to new tab when opened



commit 5bed9b4145acca3fb68c171168a4a09ac52f59d6
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Aug 6 13:38:59 2017 -0500

    synced-tabs-dialog: Jump to new tab when opened
    
    Otherwise it's not possible for the user to know that the new tab has
    indeed been opened, which is disorienting. Turns out Gabriel figured out
    how to do this a long time ago in bug #762381, so let's apply that to
    the synced tabs dialog too.

 src/synced-tabs-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/synced-tabs-dialog.c b/src/synced-tabs-dialog.c
index 3176553..d129a9f 100644
--- a/src/synced-tabs-dialog.c
+++ b/src/synced-tabs-dialog.c
@@ -122,7 +122,7 @@ treeview_row_activated_cb (GtkTreeView       *view,
   shell = ephy_shell_get_default ();
   window = gtk_application_get_active_window (GTK_APPLICATION (shell));
   embed = ephy_shell_new_tab (shell, EPHY_WINDOW (window),
-                              NULL, EPHY_NEW_TAB_APPEND_LAST);
+                              NULL, EPHY_NEW_TAB_JUMP);
   ephy_web_view_load_url (ephy_embed_get_web_view (embed), url);
 
   g_free (url);


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