--- a/browserui/browser/FeedsSrc/FeedsTopicContainer.cpp Mon Jan 18 20:22:00 2010 +0200
+++ b/browserui/browser/FeedsSrc/FeedsTopicContainer.cpp Tue Feb 02 00:12:41 2010 +0200
@@ -230,7 +230,11 @@
{
// An item was selected.
if ((aEventType == MEikListBoxObserver::EEventEnterKeyPressed) ||
- (aEventType == MEikListBoxObserver::EEventItemDoubleClicked))
+ (aEventType == MEikListBoxObserver::EEventItemDoubleClicked)
+#ifdef BRDO_SINGLE_CLICK_ENABLED_FF
+ || (aEventType == MEikListBoxObserver::EEventItemSingleClicked)
+#endif
+ )
{
HandleOpenL();
}