diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-07-31 21:43:28 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-07-31 21:43:28 +0200 |
commit | 8ee38c561d2fd4d19de8c916139f7c88736636c2 (patch) | |
tree | eced0b78d349ae7ad9c758661272abeec71d117f /src/mainview.h | |
parent | This commit removes rekonq KDEnetwork dependencies. (diff) | |
download | rekonq-8ee38c561d2fd4d19de8c916139f7c88736636c2.tar.xz |
Fix tab in background feature
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 49000434..99693ed6 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -102,7 +102,7 @@ public slots: * * @return a pointer to the new WebView */ - WebView *newTab(); + WebView *newTab(bool focus = true); void slotCloneTab(int index = -1); void slotCloseTab(int index = -1); |