diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:40:54 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:40:54 +0200 |
commit | f7d0c1e847801b2ba303e6a0b60545779948fbbf (patch) | |
tree | d03faab7cb663d64a79f9287726ce406966e526f /src/application.h | |
parent | Revert "Some changes ported for merge to mainline (bookmarks & links handling... (diff) | |
download | rekonq-f7d0c1e847801b2ba303e6a0b60545779948fbbf.tar.xz |
Importing some reverted changes
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h index 98b213a3..234ed8e9 100644 --- a/src/application.h +++ b/src/application.h @@ -62,7 +62,7 @@ public: static Application *instance(); MainWindow *mainWindow(); - WebView* newWebView(); + WebView* newWebView(bool makeCurrent = true); KIcon icon(const KUrl &url) const; |