contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp
changeset 121 0b3699f6c654
parent 115 3ab5c078b490
child 119 50e220be30d1
--- a/contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp	Thu Sep 02 20:45:03 2010 +0300
+++ b/contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp	Fri Sep 17 08:32:18 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
         {