From 1d0142f144867160a82492d934a5efb8012ec459 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 2 Jul 2012 12:31:15 +0200 Subject: [PATCH] Each time the tutorial is opened the main page is reload --- src/web/UBWebController.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/web/UBWebController.cpp b/src/web/UBWebController.cpp index 46afc1fa..18a34dc7 100644 --- a/src/web/UBWebController.cpp +++ b/src/web/UBWebController.cpp @@ -212,6 +212,8 @@ void UBWebController::tutorialWebInstance() (*mCurrentWebBrowser)->tabWidget()->lineEdits()->hide(); } + else + (*mCurrentWebBrowser)->loadUrl(currentUrl); UBApplication::applicationController->setMirrorSourceWidget((*mCurrentWebBrowser)->paintWidget());