omads/omadsappui/AspSyncUtil/src/AspProfileWizardDialog.cpp
changeset 1 95fdac6ccb5c
parent 0 dab8a81a92de
child 14 2bbcc0756c6d
equal deleted inserted replaced
0:dab8a81a92de 1:95fdac6ccb5c
   258 {
   258 {
   259 	if( AknLayoutUtils::PenEnabled() )
   259 	if( AknLayoutUtils::PenEnabled() )
   260 	{
   260 	{
   261 	  	switch(aEventType)
   261 	  	switch(aEventType)
   262 		{  
   262 		{  
   263 			case EEventItemClicked:
   263 		   case EEventItemSingleClicked:
   264        			 this->ProcessCommandL(EAknSoftkeySelect);	
   264        			 this->ProcessCommandL(EAknSoftkeySelect);	
   265         		 break;
   265         		 break;
   266 		  	default:
   266 		  	default:
   267 				break;
   267 				break;
   268     		
   268     		
   529 	if( AknLayoutUtils::PenEnabled() )  
   529 	if( AknLayoutUtils::PenEnabled() )  
   530 	{
   530 	{
   531 	  	switch(aEventType)
   531 	  	switch(aEventType)
   532 	
   532 	
   533 		{   
   533 		{   
   534 			case EEventItemClicked:
   534 		  case EEventItemSingleClicked:
   535        		 	 index=aListBox->CurrentItemIndex();
   535        		 	 index=aListBox->CurrentItemIndex();
   536        		 	 selectableItem = (*iSelectionItemList)[index];
   536        		 	 selectableItem = (*iSelectionItemList)[index];
   537        		 	 if(selectableItem->SelectionStatus())
   537        		 	 if(selectableItem->SelectionStatus())
   538        		 	 {
   538        		 	 {
   539        		   		this->ProcessCommandL(EAknSoftkeyUnmark);	
   539        		   		this->ProcessCommandL(EAknSoftkeyUnmark);