emailuis/emailui/src/ncspopuplistbox.cpp
changeset 2 5253a20d2a1e
parent 0 8466d47a6819
child 8 e1b6206813b4
--- a/emailuis/emailui/src/ncspopuplistbox.cpp	Thu Jan 07 12:38:38 2010 +0200
+++ b/emailuis/emailui/src/ncspopuplistbox.cpp	Mon Jan 18 20:08:26 2010 +0200
@@ -213,7 +213,8 @@
 //      
 void CNcsPopupListBox::HandleListBoxEventL( CEikListBox* /*aListBox*/, TListBoxEvent aEventType )
     {
-    if (aEventType == EEventItemClicked)
+    if ( aEventType == EEventItemClicked || 
+    	 aEventType == EEventItemSingleClicked )
         {
         iHeaderContainer.DoPopupSelectL();
         }