summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-19 18:33:59 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-19 18:33:59 +0200
commit0a8e7f56c426639dd140558dd685c72d24a22e79 (patch)
treee7758fbd8ef559f5b0b0ff30827564571c2589fb /src/mainwindow.cpp
parentNo more Action Back Menu (diff)
downloadrekonq-0a8e7f56c426639dd140558dd685c72d24a22e79.tar.xz
Removed recently closed tabs history
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
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);
}