diff -r 60626d494346 -r 875fd7f60fdf filemanager/App/src/CFileManagerFileListContainer.cpp --- a/filemanager/App/src/CFileManagerFileListContainer.cpp Wed Mar 31 21:15:58 2010 +0300 +++ b/filemanager/App/src/CFileManagerFileListContainer.cpp Wed Apr 14 15:47:10 2010 +0300 @@ -875,5 +875,18 @@ aIndex = ListToSearchFieldIndex( aIndex ); CFileManagerContainerBase::ListBoxDeselectItem( aIndex ); } - + +// ----------------------------------------------------------------------------- +// CFileManagerFileListContainer::SearchFieldToListBoxIndex +// +// ----------------------------------------------------------------------------- +// +TInt CFileManagerFileListContainer::SearchFieldToListBoxIndex( TInt aIndex ) + { + if ( !iSearchField || !iSearchField->IsVisible() ) + { + return 0; + } + return SearchFieldToListIndex( aIndex ); + } // End of File