diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 00:47:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 00:47:24 +0100 |
commit | 48b25611c94d380b40948a3de0bfab5678668e1d (patch) | |
tree | 30348cee350d258ba86724858dcc098b3615eb9c /src/history.cpp | |
parent | Fixed notFound.html page (diff) | |
download | rekonq-48b25611c94d380b40948a3de0bfab5678668e1d.tar.xz |
Huge update. Fixed quite all of the settings troubles..
From now on, we (mainly) go on WebView bugfixing..
Diffstat (limited to 'src/history.cpp')
-rw-r--r-- | src/history.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/history.cpp b/src/history.cpp index 87910308..5023bfd3 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -309,10 +309,6 @@ void HistoryManager::load() void HistoryManager::save() { -// KConfig config("rekonqrc"); -// KConfigGroup group = config.group("history"); -// group.writeEntry( QString("historyLimit"), m_historyLimit ); - bool saveAll = m_lastSavedUrl.isEmpty(); int first = m_history.count() - 1; if (!saveAll) |