phonebookui/Phonebook2/UIControls/src/CPbk2NamesListFilteredState.cpp
branchRCL_3
changeset 13 a6539d1e8e43
parent 6 e8e3147d53eb
child 18 d4f567ce2e7c
equal deleted inserted replaced
12:4ae315f230bc 13:a6539d1e8e43
  1083         delete iAdaptiveSearchGridFiller;
  1083         delete iAdaptiveSearchGridFiller;
  1084         iAdaptiveSearchGridFiller = NULL;
  1084         iAdaptiveSearchGridFiller = NULL;
  1085         return;
  1085         return;
  1086     	}
  1086     	}
  1087 	
  1087 	
  1088     iAdaptiveSearchGridFiller->StopFilling();
  1088     iAdaptiveSearchGridFiller->StartFillingL( iViewStack.BaseView(), FindTextL(), ETrue );
  1089     iAdaptiveSearchGridFiller->ClearCache();
       
  1090     iAdaptiveSearchGridFiller->StartFilling( iViewStack.BaseView(), FindTextL() );
       
  1091 	}
  1089 	}
  1092 
  1090 
  1093 // --------------------------------------------------------------------------
  1091 // --------------------------------------------------------------------------
  1094 // CPbk2NamesListFilteredState::IsContactAtListboxIndex
  1092 // CPbk2NamesListFilteredState::IsContactAtListboxIndex
  1095 // Tells whether the listbox line contains a contact or not.
  1093 // Tells whether the listbox line contains a contact or not.