From 74af89ec5b993c431ade44cc8615d95ec77b60b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20E=2E=20Narv=C3=A1ez?= Date: Tue, 8 Jan 2013 00:58:26 -0500 Subject: Restore Tab Windows when Restoring the Session Modified the restore method so that it returns true in case something is actually restored, and then use that return value to call the restoreTabWindow method of the session manager REVIEW: 108077 --- src/tabwindow/rekonqwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabwindow/rekonqwindow.cpp') diff --git a/src/tabwindow/rekonqwindow.cpp b/src/tabwindow/rekonqwindow.cpp index afebf79c..1717403c 100644 --- a/src/tabwindow/rekonqwindow.cpp +++ b/src/tabwindow/rekonqwindow.cpp @@ -348,7 +348,7 @@ bool RekonqWindow::restore(int number, bool show) { if (show) RekonqWindow::show(); - return false; + return true; } return false; } -- cgit v1.2.1