summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-11 11:57:33 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-11 11:57:33 +0200
commitf0b55360c6ba8da48098362aa85ca88fa293b5a1 (patch)
treec3e8b480be8d7dae5731c0acc064845a413c651f /src/application.cpp
parentMerge commit 'refs/merge-requests/1750' of git://gitorious.org/rekonq/mainlin... (diff)
downloadrekonq-f0b55360c6ba8da48098362aa85ca88fa293b5a1.tar.xz
Restored recently closed tabs
I'm not a big fan of this implementation, but modifying history for this is impossible (no sense) and storing it somewhere.. don't know Perhaps someone has some better ideas here :)
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp
index f16b831d..6719d456 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -433,7 +433,7 @@ MainWindowList Application::mainWindowList()
bool Application::homePage(const KUrl &url)
{
- if ( url == KUrl("rekonq:lastSites")
+ if ( url == KUrl("rekonq:closedTabs")
|| url == KUrl("rekonq:history")
|| url == KUrl("rekonq:bookmarks")
|| url == KUrl("rekonq:favorites")