messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp
changeset 72 6f657153cbc5
parent 70 a15d9966050f
equal deleted inserted replaced
70:a15d9966050f 72:6f657153cbc5
   639         }
   639         }
   640     }
   640     }
   641 }
   641 }
   642 
   642 
   643 void MsgUnifiedEditorBody::EditorOperationEvent(
   643 void MsgUnifiedEditorBody::EditorOperationEvent(
   644     TUniEditorProcessImageOperationEvent aEvent, TFileName aFileName)
   644     TUniEditorProcessImageOperationEvent aEvent, TFileName& aFileName)
   645 {
   645 {
   646     delete mImageInfo;
   646     delete mImageInfo;
   647     mImageInfo = NULL;
   647     mImageInfo = NULL; 
   648 
   648 
   649     if (aEvent == EUniEditorProcessImageOperationComplete && 
   649     if (aEvent == EUniEditorProcessImageOperationComplete && 
   650             aFileName.Length() > 0)
   650             aFileName.Length() > 0)
   651     {
   651     {
   652         mImageFile = XQConversions::s60DescToQString(aFileName);
   652         mImageFile = XQConversions::s60DescToQString(aFileName);