photosgallery/viewframework/views/metadatadialog/src/glxmetadatacontainer.cpp
changeset 3 9a9c174934f5
parent 1 9ba538e329bd
child 9 6b87b143d312
equal deleted inserted replaced
2:7d9067c6fcb1 3:9a9c174934f5
   780         }
   780         }
   781     
   781     
   782     //Launch the text entry editor.
   782     //Launch the text entry editor.
   783     CGlxTextEntryPopup* popup = CGlxTextEntryPopup::NewL( *buf, textPtr );
   783     CGlxTextEntryPopup* popup = CGlxTextEntryPopup::NewL( *buf, textPtr );
   784     CleanupStack::PopAndDestroy(buf);
   784     CleanupStack::PopAndDestroy(buf);
       
   785     if(aItem == EDescriptionItem)
       
   786         {
       
   787         popup->SetLeftSoftKeyL(ETrue);
       
   788         }
   785     
   789     
   786     //action upon selecting ok from the editor 
   790     //action upon selecting ok from the editor 
   787     if ( popup->ExecuteLD() == EEikBidOk )
   791     if ( popup->ExecuteLD() == EEikBidOk )
   788 		{
   792 		{
   789 		if(0 != (titleText.Compare(*textBuf)))
   793 		if(0 != (titleText.Compare(*textBuf)))