diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-29 18:33:16 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-29 18:33:16 -0300 |
commit | 8ef899bb6ae71343196736ef583b9e6096dbd5b7 (patch) | |
tree | fda141cea874c98e6831fe229aa02303e9ae4d3b /src/dillo.cc | |
parent | 7ae85804df37613f2bbbc3bbf62856fc42631e81 (diff) |
Made Shift+{Left,Right} work after openning multiple URLs from CLI
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 31eeed99..7be0f923 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -319,7 +319,7 @@ int main(int argc, char **argv) if (i > idx) { if (prefs.middle_click_opens_new_tab) { /* user must prefer tabs */ - const int focus = 0; + const int focus = 1; a_UIcmd_open_url_nt(bw, start_url, focus); } else { a_UIcmd_open_url_nw(bw, start_url); |