diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-19 18:33:59 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-19 18:33:59 +0200 |
commit | 0a8e7f56c426639dd140558dd685c72d24a22e79 (patch) | |
tree | e7758fbd8ef559f5b0b0ff30827564571c2589fb /src/mainwindow.cpp | |
parent | No more Action Back Menu (diff) | |
download | rekonq-0a8e7f56c426639dd140558dd685c72d24a22e79.tar.xz |
Removed recently closed tabs history
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0cae2ab6..3faa4699 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -357,7 +357,6 @@ void MainWindow::setupHistoryMenu() QList<QAction*> historyActions; historyActions.append(actionCollection()->action("history_back")); historyActions.append(actionCollection()->action("history_forward")); - historyActions.append(m_view->recentlyClosedTabsAction()); historyMenu->setInitialActions(historyActions); } |