emailuis/emailui/src/ncspopuplistbox.cpp
changeset 2 5253a20d2a1e
parent 0 8466d47a6819
child 8 e1b6206813b4
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
   211 // CNcsPopupListBox::HandleListBoxEventL
   211 // CNcsPopupListBox::HandleListBoxEventL
   212 // ---------------------------------------------------------------------------
   212 // ---------------------------------------------------------------------------
   213 //      
   213 //      
   214 void CNcsPopupListBox::HandleListBoxEventL( CEikListBox* /*aListBox*/, TListBoxEvent aEventType )
   214 void CNcsPopupListBox::HandleListBoxEventL( CEikListBox* /*aListBox*/, TListBoxEvent aEventType )
   215     {
   215     {
   216     if (aEventType == EEventItemClicked)
   216     if ( aEventType == EEventItemClicked || 
       
   217     	 aEventType == EEventItemSingleClicked )
   217         {
   218         {
   218         iHeaderContainer.DoPopupSelectL();
   219         iHeaderContainer.DoPopupSelectL();
   219         }
   220         }
   220     }
   221     }
   221 // </cmail>
   222 // </cmail>