aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-29 18:34:02 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-29 18:34:02 -0300
commit0fb479081c3aae9b01ffed1589dab6544f372ae0 (patch)
tree4646d741a1059136e869da72b310114c5e9367b1
parent43ffe310792e3bd73be73631c8619b4e3cf5db22 (diff)
parent8ef899bb6ae71343196736ef583b9e6096dbd5b7 (diff)
merge
-rw-r--r--src/dillo.cc2
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);