From b38f87b277617ccfea6e133e0965f2a6a4ad8caf Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 17 Feb 2013 17:30:11 +0100 Subject: Closed Tabs page return, first bits Restore about:closedTabs page and the ability to open back closed tabs. What's missing then? To load back on restart the closed tabs saved... --- src/webtab/protocolhandler.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/webtab') diff --git a/src/webtab/protocolhandler.cpp b/src/webtab/protocolhandler.cpp index 4f2e765e..e9f6a77c 100644 --- a/src/webtab/protocolhandler.cpp +++ b/src/webtab/protocolhandler.cpp @@ -158,6 +158,9 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra case 3: // downloads _url = KUrl("about:downloads"); break; + case 4: // closed tabs + _url = KUrl("about:closedTabs"); + break; default: // unuseful kDebug() << "oops... this should NOT happen..."; _url = KUrl("about:favorites"); -- cgit v1.2.1