diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-18 19:02:27 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-18 19:02:27 +0200 |
commit | 5d47c66cefab5f6ee5be15cc8887525e22233de0 (patch) | |
tree | d2c788701a2ffc2f7338510179c09e4029935312 /src/homepage.cpp | |
parent | It finally works! (diff) | |
download | rekonq-5d47c66cefab5f6ee5be15cc8887525e22233de0.tar.xz |
Fixed options show recently closed tabs / show recent history
Diffstat (limited to 'src/homepage.cpp')
-rw-r--r-- | src/homepage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/homepage.cpp b/src/homepage.cpp index 76c4f393..1f056a92 100644 --- a/src/homepage.cpp +++ b/src/homepage.cpp @@ -73,7 +73,7 @@ QString HomePage::rekonqHomePage() QString speed = speedDial(); QString search = searchEngines(); - QString lastBlock = ReKonfig::useRecentlyClosedTabs() ? recentlyClosedTabs() : fillRecentHistory(); + QString lastBlock = ReKonfig::showLastVisitedSites() ? fillRecentHistory() : recentlyClosedTabs() ; QString html = QString(QLatin1String(file.readAll())) |