Merge lp:~danilo/epiphany-browser/upstream-bug-647976 into lp:~gnome3-team/epiphany-browser/ubuntu

Proposed by Данило Шеган
Status: Merged
Merged at revision: 5
Proposed branch: lp:~danilo/epiphany-browser/upstream-bug-647976
Merge into: lp:~gnome3-team/epiphany-browser/ubuntu
Diff against target: 48 lines (+28/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/20_open_tab_next_to_current_tab.patch (+20/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~danilo/epiphany-browser/upstream-bug-647976
Reviewer Review Type Date Requested Status
GNOME3 Team Pending
Review via email: mp+58866@code.launchpad.net

Description of the change

Include the upstream fix for https://bugzilla.gnome.org/show_bug.cgi?id=647976

Makes all tabs opened from the location bar using Control+Enter appear immediately to the right of the current tab.

To post a comment you must log in.
6. By Данило Шеган

Update changelog.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-04-19 00:13:07 +0000
3+++ debian/changelog 2011-04-23 09:25:49 +0000
4@@ -1,3 +1,10 @@
5+epiphany-browser (3.0.0-2ubuntu1~build3) natty; urgency=low
6+
7+ * debian/patches/20_open_tab_next_to_current_tab.patch:
8+ - Add upstream fix for #647976.
9+
10+ -- Danilo Segan <danilo@kvota.net> Sat, 23 Apr 2011 11:23:50 +0200
11+
12 epiphany-browser (3.0.0-2ubuntu1~build2) natty; urgency=low
13
14 * debian/control:
15
16=== added file 'debian/patches/20_open_tab_next_to_current_tab.patch'
17--- debian/patches/20_open_tab_next_to_current_tab.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/20_open_tab_next_to_current_tab.patch 2011-04-23 09:25:49 +0000
19@@ -0,0 +1,20 @@
20+From bfc6e9f79606c6143ab106d00653ab6fc759c877
21+Author: Danilo Šegan <danilo@gnome.org>
22+Date: Mon Apr 18 21:52:37 2011 +0200
23+
24+Open new tabs to the right of the current one even for location entry
25+Ctrl+Enter actions.
26+
27+Bug #647976
28+
29+--- a/src/ephy-window.c
30++++ b/src/ephy-window.c
31+@@ -3504,7 +3504,7 @@ ephy_window_open_link (EphyLink *link,
32+ }
33+ else
34+ {
35+- ntflags |= EPHY_NEW_TAB_IN_EXISTING_WINDOW;
36++ ntflags |= EPHY_NEW_TAB_IN_EXISTING_WINDOW | EPHY_NEW_TAB_APPEND_AFTER;
37+ }
38+
39+ new_embed = ephy_shell_new_tab
40
41=== modified file 'debian/patches/series'
42--- debian/patches/series 2011-04-19 00:13:07 +0000
43+++ debian/patches/series 2011-04-23 09:25:49 +0000
44@@ -7,3 +7,4 @@
45 10_smart_bookmarks.patch
46 12_safetypes.patch
47 15_fix_tab_reuse_after_session_restore.patch
48+20_open_tab_next_to_current_tab.patch

Subscribers

People subscribed via source and target branches