browserui/browser/FeedsSrc/FeedsFolderContainer.cpp
changeset 27 481242ead638
parent 25 92a061761a7b
child 36 c9249d037530
--- 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 )
             {