From 72219b94111542eb45cf8b93ad12c47f1d33aaa8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 27 Sep 2011 13:00:01 +0200 Subject: Fix session manager restore I think we need to consider the two cases (normal restore vs restore from crash) in different ways. --- src/webtab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webtab.cpp') diff --git a/src/webtab.cpp b/src/webtab.cpp index 9b1a31f9..61c9077f 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -310,5 +310,5 @@ void WebTab::showMessageBar() qobject_cast(layout())->insertWidget(0, msgBar); msgBar->animatedShow(); - connect(msgBar, SIGNAL(accepted()), rApp->sessionManager(), SLOT(restoreSession())); + connect(msgBar, SIGNAL(accepted()), rApp->sessionManager(), SLOT(restoreCrashedSession())); } -- cgit v1.2.1