installationservices/swi/source/backuprestore/backupsession.cpp
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
--- 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