diff -r 0b3699f6c654 -r e36b2f4799c0 contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp --- a/contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp Fri Sep 17 08:32:18 2010 +0300 +++ b/contentstorage/casoftwareregistry/s60/src/caprogresscanner.cpp Mon Oct 04 00:38:31 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(); }