browserutilities/downloadmgr/DownloadMgrUiLib/Src/CDownloadsListDlg.cpp
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 11 c8a366e56285
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   666     // It means that the functionality of that must be implemented here,
   666     // It means that the functionality of that must be implemented here,
   667     // and meanwhile ask CAknPopupList to make it protected.
   667     // and meanwhile ask CAknPopupList to make it protected.
   668     // See SCB CR  GKOA-6KPC5L.
   668     // See SCB CR  GKOA-6KPC5L.
   669     if ( iListBox )
   669     if ( iListBox )
   670         {
   670         {
       
   671           if( iListBox->CurrentItemIndex() >= 0 )
       
   672           {
       
   673            TRAP_IGNORE( HandleMiddleSoftKeyChangeL() );
       
   674           }
   671         iListBox->SetFocus(IsFocused(), aDrawNow);
   675         iListBox->SetFocus(IsFocused(), aDrawNow);
   672         }
   676         }
   673     // We have no find box, so this part can be omitted:
   677     // We have no find box, so this part can be omitted:
   674     }
   678     }
   675 
   679