omadm/omadmappui/src/NSmlDMProfilesContainer.cpp
changeset 1 4490afcb47b1
parent 0 3ce708148e4d
child 23 c4687ff85147
equal deleted inserted replaced
0:3ce708148e4d 1:4490afcb47b1
   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 	    }