diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-16 02:24:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-16 02:24:14 +0200 |
commit | b86685795a003e22f3e5a5c6e01f928acb729090 (patch) | |
tree | 35c1c32cfbdd1b5eb32bf8c3d01b2c369fdbaf71 /src/application.cpp | |
parent | some fixes on preview home page mechanism (diff) | |
download | rekonq-b86685795a003e22f3e5a5c6e01f928acb729090.tar.xz |
removed bugged closed tabs and implemented a simple tab switch
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 6719d456..a492f61f 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:closedTabs") + if ( url == KUrl("rekonq:allTabs") || url == KUrl("rekonq:history") || url == KUrl("rekonq:bookmarks") || url == KUrl("rekonq:favorites") |