diff -r 360d55486d7f -r 5de72ea7a065 pimappservices/calendar/client/src/calcalendarinfoimpl.cpp --- a/pimappservices/calendar/client/src/calcalendarinfoimpl.cpp Fri Jun 11 13:37:54 2010 +0300 +++ b/pimappservices/calendar/client/src/calcalendarinfoimpl.cpp Wed Jun 23 18:11:28 2010 +0300 @@ -69,9 +69,9 @@ { if (iProperties[position]->Value().Compare(KNullDesC8) == 0) { - __ASSERT_DEBUG(iProperties[position]->StreamId() != KNullStreamId, CalUtils::Panic(ECalendarInfoNullStreamId)); + __ASSERT_DEBUG(iFileName && iProperties[position]->StreamId() != KNullStreamId, CalUtils::Panic(ECalendarInfoNullStreamId)); // Get the property - HBufC8* value = iSessionImpl->Server().GetPropertyValueL(iSessionImpl->FileName(), iProperties[position]->StreamId()); + HBufC8* value = iSessionImpl->Server().GetPropertyValueL(iFileName->Des(), iProperties[position]->StreamId()); iProperties[position]->SetValue(value); } else if (iProperties[position]->State() == CAgnCalendarInfoProperty::EDeleted)