diff -r 97c9f46387be -r 481242ead638 browserui/browser/FeedsSrc/FeedsFolderContainer.cpp --- a/browserui/browser/FeedsSrc/FeedsFolderContainer.cpp Mon Jan 18 20:22:00 2010 +0200 +++ b/browserui/browser/FeedsSrc/FeedsFolderContainer.cpp Tue Feb 02 00:12:41 2010 +0200 @@ -336,9 +336,19 @@ void CFeedsFolderContainer::HandleListBoxEventL(CEikListBox* /*aListBox*/, TListBoxEvent aEventType) { +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF + if (aEventType == MEikListBoxObserver::EEventEmptyListClicked) + { + return; + } +#endif // An item was selected. if ((aEventType == MEikListBoxObserver::EEventEnterKeyPressed) || - (aEventType == MEikListBoxObserver::EEventItemDoubleClicked)) + (aEventType == MEikListBoxObserver::EEventItemDoubleClicked) +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF + || (aEventType == MEikListBoxObserver::EEventItemSingleClicked) +#endif + ) { if ( iMoveActive ) {