diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-10-17 14:04:09 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-10-17 14:04:09 +0200 |
commit | cd0f7e0a883472b3183320b43bab0e04c07d4aaf (patch) | |
tree | 3aa078d0c36f5d2cca566baa0b7c8c7a6f06791d /src/application.cpp | |
parent | Merge commit 'refs/merge-requests/1827' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-cd0f7e0a883472b3183320b43bab0e04c07d4aaf.tar.xz |
reintroduce and fix recently closed tab feature
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index 69acf2f2..05b5aca6 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -442,7 +442,7 @@ MainWindowList Application::mainWindowList() bool Application::homePage(const KUrl &url) { - if ( url == KUrl("rekonq:allTabs") + if ( url == KUrl("rekonq:closedTabs") || url == KUrl("rekonq:history") || url == KUrl("rekonq:bookmarks") || url == KUrl("rekonq:favorites") |