equal
deleted
inserted
replaced
377 focus = aItemArray->MdcaCount() - 1; |
377 focus = aItemArray->MdcaCount() - 1; |
378 } |
378 } |
379 UpdateItemsAndRedrawPopupL( focus, topIndex ); |
379 UpdateItemsAndRedrawPopupL( focus, topIndex ); |
380 } |
380 } |
381 |
381 |
|
382 void CAknCommonDialogsPopupList::HandleFileSystemChangedL( const MDesCArray* aItemArray ) |
|
383 { |
|
384 TInt focus = iListBox->CurrentItemIndex(); |
|
385 TInt topIndex = iListBox->View()->TopItemIndex(); |
|
386 if ( focus < 0 ) |
|
387 { |
|
388 focus = aItemArray->MdcaCount() - 1; |
|
389 } |
|
390 UpdateItemsAndRedrawPopupL( focus, topIndex ); |
|
391 } |
382 // ----------------------------------------------------------------------------- |
392 // ----------------------------------------------------------------------------- |
383 // CAknCommonDialogsPopupList::HandleListBoxHighlightChangedL |
393 // CAknCommonDialogsPopupList::HandleListBoxHighlightChangedL |
384 // |
394 // |
385 // |
395 // |
386 // ----------------------------------------------------------------------------- |
396 // ----------------------------------------------------------------------------- |