contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp
changeset 119 50e220be30d1
parent 116 305818acdca4
--- a/contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp	Mon Sep 13 13:26:33 2010 +0300
+++ b/contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp	Mon Sep 20 10:22:22 2010 +0300
@@ -83,7 +83,8 @@
                 iComponentId = iSoftwareRegistry.GetComponentIdL(
                         aStartData.GlobalComponentId(), 
                         aStartData.SoftwareType() );
-                SubscribeL( aKey ) );
+                SubscribeL( aKey ); 
+                );
         }
     }
 
@@ -141,7 +142,7 @@
     else
         {
         //information for observer that uninstallation was failed
-        iObserver->progressChange( iComponentId, aError ); 
+        iObserver->progressChange( iComponentId, KErrGeneral ); 
         }
     CancelSubscribeL();
     }