Данило Шеган has proposed merging lp:~danilo/epiphany-browser/upstream-bug-647976 into lp:~gnome3-team/epiphany-browser/ubuntu.
Requested reviews: GNOME3 Team (gnome3-team) For more details, see: https://code.launchpad.net/~danilo/epiphany-browser/upstream-bug-647976/+merge/58866 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. -- https://code.launchpad.net/~danilo/epiphany-browser/upstream-bug-647976/+merge/58866 Your team GNOME3 Team is requested to review the proposed merge of lp:~danilo/epiphany-browser/upstream-bug-647976 into lp:~gnome3-team/epiphany-browser/ubuntu.
=== added file 'debian/patches/20_open_tab_next_to_current_tab.patch' --- debian/patches/20_open_tab_next_to_current_tab.patch 1970-01-01 00:00:00 +0000 +++ debian/patches/20_open_tab_next_to_current_tab.patch 2011-04-23 09:23:27 +0000 @@ -0,0 +1,20 @@ +From bfc6e9f79606c6143ab106d00653ab6fc759c877 +Author: Danilo Å egan <[email protected]> +Date: Mon Apr 18 21:52:37 2011 +0200 + +Open new tabs to the right of the current one even for location entry +Ctrl+Enter actions. + +Bug #647976 + +--- a/src/ephy-window.c ++++ b/src/ephy-window.c +@@ -3504,7 +3504,7 @@ ephy_window_open_link (EphyLink *link, + } + else + { +- ntflags |= EPHY_NEW_TAB_IN_EXISTING_WINDOW; ++ ntflags |= EPHY_NEW_TAB_IN_EXISTING_WINDOW | EPHY_NEW_TAB_APPEND_AFTER; + } + + new_embed = ephy_shell_new_tab === modified file 'debian/patches/series' --- debian/patches/series 2011-04-19 00:13:07 +0000 +++ debian/patches/series 2011-04-23 09:23:27 +0000 @@ -7,3 +7,4 @@ 10_smart_bookmarks.patch 12_safetypes.patch 15_fix_tab_reuse_after_session_restore.patch +20_open_tab_next_to_current_tab.patch
_______________________________________________ Mailing list: https://launchpad.net/~gnome3-team Post to : [email protected] Unsubscribe : https://launchpad.net/~gnome3-team More help : https://help.launchpad.net/ListHelp

