diff -r 7333d7932ef7 -r 8b7f4e561641 installationservices/swi/source/backuprestore/backupsession.cpp --- a/installationservices/swi/source/backuprestore/backupsession.cpp Tue Aug 31 15:21:33 2010 +0300 +++ b/installationservices/swi/source/backuprestore/backupsession.cpp Wed Sep 01 12:22:02 2010 +0100 @@ -184,7 +184,7 @@ for (TInt i = 0; i < augmentationCount; ++i) { - RSisRegistryWritableEntry augmentation; + RSisRegistryEntry augmentation; augmentation.OpenL(iSession, *packages[i]); CleanupClosePushL(augmentation); @@ -212,7 +212,7 @@ // were backed up. augmentationDrives.AppendL(augmentation.SelectedDriveL()); // Get the matching supported languages - augmentation.GetMatchingSupportedLanguagesL(matchingSupportedLanguagesArray); + entry.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