contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp
changeset 116 305818acdca4
parent 112 dbfb5e38438b
child 119 50e220be30d1
--- a/contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp	Wed Aug 18 10:39:24 2010 +0300
+++ b/contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp	Mon Sep 13 13:26:33 2010 +0300
@@ -76,7 +76,8 @@
     {
     //TODO: temporary solution. Some error in scr was found
     if( aStartData.OperationPhase() == EUninstalling 
-            || aStartData.OperationPhase() == EInstalling )
+            || aStartData.OperationPhase() == EInstalling 
+            || aStartData.OperationPhase() == 0)
         {
         TRAP_IGNORE(
                 iComponentId = iSoftwareRegistry.GetComponentIdL(
@@ -135,7 +136,7 @@
     {
     if( aError == KErrNone )
         {
-        iObserver->progressChange( iComponentId, 100 );
+        iObserver->progressChange( iComponentId, 101 );
         }
     else
         {