csxhelp/src/CSXHHtmlTopicView.cpp
branchRCL_3
changeset 5 d06b1526f62c
parent 0 1f04cf54edd8
child 8 91bbff48ea9c
--- a/csxhelp/src/CSXHHtmlTopicView.cpp	Tue Feb 02 00:03:40 2010 +0200
+++ b/csxhelp/src/CSXHHtmlTopicView.cpp	Fri Feb 19 22:42:03 2010 +0200
@@ -251,8 +251,8 @@
     {   
     if(iBCContainer)
         {
+        iBCContainer->MakeVisible(EFalse);
         TRAP_IGNORE(iBCContainer->CancelFetchL());
-        iBCContainer->MakeVisible(EFalse);
         AppUi()->RemoveFromStack(iBCContainer);
         }
     }
@@ -351,7 +351,7 @@
 // CCSXHAppUi::LaunchTutorial
 // Lauch tutorial if exist, else popup a error message.
 // --------------------------------------------------------------------------
-void CCSXHHtmlTopicView::LaunchTutorial()
+void CCSXHHtmlTopicView::LaunchTutorialL()
     {
     CCSXHDocument *doc = static_cast<CCSXHDocument*>(AppUi()->Document());
     CCSXHHtmlTOC2 *displayTopic = STATIC_CAST(CCSXHHtmlTOC2*,doc->GetDisplayTopic());