photosgallery/viewframework/views/metadatadialog/src/glximgvwrmetadatacontainer.cpp
changeset 3 9a9c174934f5
parent 0 4e91876724a2
child 13 71da52165949
equal deleted inserted replaced
2:7d9067c6fcb1 3:9a9c174934f5
   668         }
   668         }
   669 
   669 
   670     //Launch the text entry editor.
   670     //Launch the text entry editor.
   671     CGlxTextEntryPopup* popup = CGlxTextEntryPopup::NewL( *buf, textPtr );
   671     CGlxTextEntryPopup* popup = CGlxTextEntryPopup::NewL( *buf, textPtr );
   672     CleanupStack::PopAndDestroy(buf);
   672     CleanupStack::PopAndDestroy(buf);
   673 
   673     if(aItem == EImgVwrDescriptionItem)
       
   674         {
       
   675         popup->SetLeftSoftKeyL(ETrue);
       
   676         }
       
   677     
   674     //action upon selecting ok from the editor 
   678     //action upon selecting ok from the editor 
   675     if ( popup->ExecuteLD() == EEikBidOk )
   679     if ( popup->ExecuteLD() == EEikBidOk )
   676     {
   680     {
   677       if(0 != (titleText.Compare(*textBuf)))
   681       if(0 != (titleText.Compare(*textBuf)))
   678       {
   682       {