[epiphany] Focus the new tab when opening a page from history
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Focus the new tab when opening a page from history
- Date: Wed, 24 Feb 2016 19:16:14 +0000 (UTC)
commit 33a5e04066d5f0a3926873db856e315e934a9ae4
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date: Wed Feb 24 01:22:49 2016 +0200
Focus the new tab when opening a page from history
https://bugzilla.gnome.org/show_bug.cgi?id=762381
src/ephy-history-window.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 41fdc85..021714c 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -387,7 +387,7 @@ open_selection (GSimpleAction *action,
EphyEmbed *embed;
embed = ephy_shell_new_tab (ephy_shell_get_default (),
- window, NULL, 0);
+ window, NULL, EPHY_NEW_TAB_JUMP);
ephy_web_view_load_url (ephy_embed_get_web_view (embed), url->url);
}
@@ -517,7 +517,7 @@ on_treeview_row_activated (GtkTreeView *view,
g_return_if_fail (url != NULL);
embed = ephy_shell_new_tab (ephy_shell_get_default (),
- window, NULL, 0);
+ window, NULL, EPHY_NEW_TAB_JUMP);
ephy_web_view_load_url (ephy_embed_get_web_view (embed), url->url);
ephy_history_url_free (url);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]