contentstorage/casrv/cawidgetscanner/src/cawidgetscannerinstallnotifier.cpp
changeset 104 9b022b1f357c
parent 103 b99b84bcd2d1
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
   112 
   112 
   113     TInt status;
   113     TInt status;
   114     User::LeaveIfError( iProperty.Get( KUidSystemCategory,
   114     User::LeaveIfError( iProperty.Get( KUidSystemCategory,
   115             KSAUidSoftwareInstallKeyValue, status ) );
   115             KSAUidSoftwareInstallKeyValue, status ) );
   116 
   116 
   117     if ( iHackFlag )
   117     if( iHackFlag )
   118         {
   118         {
   119         iHackFlag = EFalse;
   119         iHackFlag = EFalse;
   120         iCallback->SynchronizeL();
   120         iCallback->SynchronizeL();
   121         }
   121         }
   122     else if ( ( status & EInstOpInstall ) || ( status & EInstOpUninstall ) )
   122     else if( ( status & EInstOpStatusSuccess ) && (
       
   123             ( status & EInstOpInstall ) || 
       
   124             ( status & EInstOpUninstall ) ) )
   123         {
   125         {
   124         iHackFlag = ETrue;
   126         iHackFlag = ETrue;
   125         }
   127         }
   126     }
   128     }
   127 // End of File
   129 // End of File