equal
deleted
inserted
replaced
463 SetItemTextArray(textArray); |
463 SetItemTextArray(textArray); |
464 SetOwnershipType(ELbmOwnsItemArray); |
464 SetOwnershipType(ELbmOwnsItemArray); |
465 ListBox()->HandleItemAdditionL(); |
465 ListBox()->HandleItemAdditionL(); |
466 Layout(); |
466 Layout(); |
467 ListBox()->SetCurrentItemIndex(0); |
467 ListBox()->SetCurrentItemIndex(0); |
468 DrawNow(); |
468 DrawDeferred(); |
469 } |
469 } |
470 |
470 |
471 // -------------------------------------------------------------------------------------------- |
471 // -------------------------------------------------------------------------------------------- |
472 |
472 |
473 TBool CFileBrowserDestinationFolderSelectionDlg::RunCopyDlgLD() |
473 TBool CFileBrowserDestinationFolderSelectionDlg::RunCopyDlgLD() |