emailuis/widget/emailwidgetsettings/src/emailwidgetsettingslistview.cpp
branchCompilerCompatibility
changeset 11 9595f5d61620
parent 8 e1b6206813b4
child 12 f5907b1a1053
equal deleted inserted replaced
9:76d8e96d2114 11:9595f5d61620
    86 // CEmailWidgetSettingsListView::HandleListBoxEventL
    86 // CEmailWidgetSettingsListView::HandleListBoxEventL
    87 // ---------------------------------------------------------------------------
    87 // ---------------------------------------------------------------------------
    88 //	
    88 //	
    89 void CEmailWidgetSettingsListView::HandleListBoxEventL(CEikListBox* /*aListBox*/, TListBoxEvent aEventType)
    89 void CEmailWidgetSettingsListView::HandleListBoxEventL(CEikListBox* /*aListBox*/, TListBoxEvent aEventType)
    90     {
    90     {
    91     if (aEventType == EEventEnterKeyPressed || aEventType == EEventItemDoubleClicked)
    91     if (aEventType == EEventEnterKeyPressed || aEventType == EEventItemDoubleClicked /*EEventItemSingleClicked*/ )
    92         {    
    92         {    
    93         iView->SaveSelectedL();
    93         iView->SaveSelectedL();
    94         AppUi()->HandleCommandL(EAknSoftkeyCancel); // Exit app
    94         AppUi()->HandleCommandL(EAknSoftkeyCancel); // Exit app
    95 		}
    95 		}
    96     }
    96     }