From 3d0017226abe2f2b42787de12fea2ba7cdc668be Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 21 May 2013 09:28:45 +0200 Subject: Move from about: to rekonq: protocol for our special links --- src/sessionmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sessionmanager.cpp') diff --git a/src/sessionmanager.cpp b/src/sessionmanager.cpp index 9890967f..54fe6009 100644 --- a/src/sessionmanager.cpp +++ b/src/sessionmanager.cpp @@ -301,7 +301,7 @@ void SessionManager::restoreCrashedSession() : rApp->newWindow(); KUrl u = tw->currentWebWindow()->url(); - bool useCurrentTab = (u.isEmpty() || u.protocol() == QL1S("about")); + bool useCurrentTab = (u.isEmpty() || u.protocol() == QL1S("rekonq")); int currentTab = loadTabs(tw, window, useCurrentTab); tw->tabWidget()->setCurrentIndex(currentTab); -- cgit v1.2.1