diff -r f9e827349359 -r b023a8d2866a photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxmediaselectionpopup.cpp --- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxmediaselectionpopup.cpp Mon Jun 21 15:40:32 2010 +0300 +++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxmediaselectionpopup.cpp Thu Jul 15 18:39:01 2010 +0300 @@ -264,6 +264,19 @@ break; } + case EEventEnterKeyPressed: + { + //Check for MultipleSelection is Disbaled + if (!(mediaListAdaptor->MultiSelectionEnabled())) + { + //Set if its a static item + const TGlxMedia& item = mediaListAdaptor->MediaList()->Item( + currItemIndx); + mediaListAdaptor->SetStaticItemSelected(item.IsStatic()); + } + CAknPopupList::HandleListBoxEventL( aListBox, aEventType); + break; + } default: { CAknPopupList::HandleListBoxEventL( aListBox, aEventType);