application/src/PodcastSearchView.cpp
branch3rded
changeset 176 1c8b56cb6409
parent 175 cd124c4eb6b9
child 343 9c56bf585696
equal deleted inserted replaced
175:cd124c4eb6b9 176:1c8b56cb6409
   190  * Default implementation is empty.  
   190  * Default implementation is empty.  
   191  * @param aCommand ID of the command to respond to. 
   191  * @param aCommand ID of the command to respond to. 
   192  */
   192  */
   193 void CPodcastSearchView::HandleCommandL(TInt aCommand)
   193 void CPodcastSearchView::HandleCommandL(TInt aCommand)
   194 	{
   194 	{
   195 	//CloseToolbarExtension();
       
   196 	switch(aCommand)
   195 	switch(aCommand)
   197 		{
   196 		{
   198 		case EPodcastAddSearchResult:
   197 		case EPodcastAddSearchResult:
   199 			{
   198 			{
   200 			TInt index = iListContainer->Listbox()->CurrentItemIndex();
   199 			TInt index = iListContainer->Listbox()->CurrentItemIndex();