equal
deleted
inserted
replaced
343 // |
343 // |
344 void CNSmlDMProfilesContainer::HandleListBoxEventL( CEikListBox* aListBox, |
344 void CNSmlDMProfilesContainer::HandleListBoxEventL( CEikListBox* aListBox, |
345 TListBoxEvent aEventType ) |
345 TListBoxEvent aEventType ) |
346 { |
346 { |
347 FLOG( "[OMADM] CNSmlDMProfilesContainer::HandleListBoxEventL()" ); |
347 FLOG( "[OMADM] CNSmlDMProfilesContainer::HandleListBoxEventL()" ); |
348 iProfilesListBox->SetCurrentItemIndexAndDraw( aListBox->CurrentItemIndex() ); |
|
349 iDocument->SetCurrentIndex( aListBox->CurrentItemIndex() ); |
348 iDocument->SetCurrentIndex( aListBox->CurrentItemIndex() ); |
350 if ( aEventType == MEikListBoxObserver::EEventItemSingleClicked ) |
349 if ( aEventType == MEikListBoxObserver::EEventItemSingleClicked ) |
351 { |
350 { |
352 ShowContextMenuL( R_SMLSYNC_CONTXT_MENUBAR_PROFILES_VIEW ); |
351 ShowContextMenuL( R_SMLSYNC_CONTXT_MENUBAR_PROFILES_VIEW ); |
353 } |
352 } |