changeset 30 | 5ec426854821 |
parent 0 | 7f85d04be362 |
--- a/homesync/contentmanager/homesyncgsplugin/src/mssettingitemmemory.cpp Fri Aug 06 12:57:10 2010 +0300 +++ b/homesync/contentmanager/homesyncgsplugin/src/mssettingitemmemory.cpp Fri Sep 03 15:38:36 2010 +0300 @@ -340,7 +340,7 @@ // add quota to drive info iDriveArray[i]->SetDriveQuota( quota ); // add selected drive to array - activeDrives.Append( iDriveArray[i] ); + activeDrives.AppendL( iDriveArray[i] ); } }