summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--src/webtab.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 7815171e..1f8f8043 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,3 +5,4 @@ Lionel Chauvin megabigbug@yahoo.fr
Johannes Zellner webmaster@nebulon.de
Matthieu Gicquel matgic78@gmail.com
Ronny Scholz ronny_scholz@web.de
+Jonas Gastal jgastal@gmail.com
diff --git a/src/webtab.cpp b/src/webtab.cpp
index 80c43c78..908fc7a3 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -152,7 +152,7 @@ void WebTab::loadFinished(bool)
void WebTab::loadInNewTab(const KUrl &url)
{
- Application::instance()->loadUrl(url, Rekonq::NewCurrentTab);
+ Application::instance()->loadUrl(url, Rekonq::SettingOpenTab);
}