summaryrefslogtreecommitdiff
path: root/src/history/historypanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/history/historypanel.cpp')
-rw-r--r--src/history/historypanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history/historypanel.cpp b/src/history/historypanel.cpp
index a030676d..b9e7b10b 100644
--- a/src/history/historypanel.cpp
+++ b/src/history/historypanel.cpp
@@ -195,6 +195,6 @@ void HistoryPanel::openAll()
}
for (int i = 0; i < allChild.length(); i++)
- emit openUrl(allChild.at(i).url(), Rekonq::SettingOpenTab);
+ emit openUrl(allChild.at(i).url(), Rekonq::NewTab);
}