diff -r 5cc91383ab1e -r 7333d7932ef7 installationservices/swi/source/backuprestore/backupsession.cpp --- a/installationservices/swi/source/backuprestore/backupsession.cpp Thu Aug 19 10:02:49 2010 +0300 +++ b/installationservices/swi/source/backuprestore/backupsession.cpp Tue Aug 31 15:21:33 2010 +0300 @@ -184,7 +184,7 @@ for (TInt i = 0; i < augmentationCount; ++i) { - RSisRegistryEntry augmentation; + RSisRegistryWritableEntry augmentation; augmentation.OpenL(iSession, *packages[i]); CleanupClosePushL(augmentation); @@ -212,7 +212,7 @@ // were backed up. augmentationDrives.AppendL(augmentation.SelectedDriveL()); // Get the matching supported languages - entry.GetMatchingSupportedLanguagesL(matchingSupportedLanguagesArray); + augmentation.GetMatchingSupportedLanguagesL(matchingSupportedLanguagesArray); // Appending ELangNone at the end as marker for the end of the language IDs // as we also append the language ID's from other Augmentations