messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp
changeset 67 fc91263aee62
parent 56 f42d9a78f435
child 76 60a8a215b0ec
equal deleted inserted replaced
65:d8ac8e5e4721 67:fc91263aee62
   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);