diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-10 19:11:54 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-10 19:11:54 +0200 |
commit | 7e0bc7dab417bd01acd50a9a95f324e5b8e1d79a (patch) | |
tree | be1ea5e072d8eb7f393f9e4c8a1e4b25effb5a31 /src/mainview.h | |
parent | pedantic (diff) | |
download | rekonq-7e0bc7dab417bd01acd50a9a95f324e5b8e1d79a.tar.xz |
new tab has to have focusgit st
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 96417d4f..4203e272 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -99,7 +99,7 @@ protected: public slots: void loadUrlInCurrentTab(const KUrl &url); - WebView *newWebView(bool makeCurrent = true); + WebView *newWebView(); void slotCloneTab(int index = -1); void slotCloseTab(int index = -1); void slotCloseOtherTabs(int index); |