browserui/browser/FeedsSrc/FeedsFolderContainer.cpp
changeset 37 481242ead638
parent 32 92a061761a7b
child 50 c9249d037530
equal deleted inserted replaced
33:97c9f46387be 37:481242ead638
   334 // -----------------------------------------------------------------------------
   334 // -----------------------------------------------------------------------------
   335 //
   335 //
   336 void CFeedsFolderContainer::HandleListBoxEventL(CEikListBox* /*aListBox*/, 
   336 void CFeedsFolderContainer::HandleListBoxEventL(CEikListBox* /*aListBox*/, 
   337         TListBoxEvent aEventType)
   337         TListBoxEvent aEventType)
   338     {
   338     {
       
   339 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF    
       
   340     if (aEventType == MEikListBoxObserver::EEventEmptyListClicked)
       
   341         {
       
   342             return;
       
   343         }
       
   344 #endif    
   339     // An item was selected.
   345     // An item was selected.
   340     if ((aEventType == MEikListBoxObserver::EEventEnterKeyPressed) ||
   346     if ((aEventType == MEikListBoxObserver::EEventEnterKeyPressed) ||
   341         (aEventType == MEikListBoxObserver::EEventItemDoubleClicked))
   347         (aEventType == MEikListBoxObserver::EEventItemDoubleClicked)
       
   348 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF		
       
   349 		 || (aEventType == MEikListBoxObserver::EEventItemSingleClicked)
       
   350 #endif		 
       
   351 		 )
   342         {
   352         {
   343         if ( iMoveActive )
   353         if ( iMoveActive )
   344             {
   354             {
   345             HandleOkL();
   355             HandleOkL();
   346             }
   356             }