clock2/clockui/adtupdater/src/adtupdatercontainer.cpp
branchRCL_3
changeset 21 9711e452b5e9
parent 19 1984aceb8774
child 60 96907930389d
equal deleted inserted replaced
20:21239b3bcd78 21:9711e452b5e9
   646 	TInt currentMcc( iListener->GetCurrentMcc() );
   646 	TInt currentMcc( iListener->GetCurrentMcc() );
   647 		
   647 		
   648 	if( currentMcc )
   648 	if( currentMcc )
   649 	    {	
   649 	    {	
   650 		CTzLocalizedCity* localizedCity( GetLocalizedCityL( currentMcc ) );
   650 		CTzLocalizedCity* localizedCity( GetLocalizedCityL( currentMcc ) );
       
   651         if( localizedCity ) // added
       
   652             {
   651 		TInt cityGroupId = localizedCity->GroupId();
   653 		TInt cityGroupId = localizedCity->GroupId();
   652 		citySelected = ShowCityListL( cityGroupId );
   654 		citySelected = ShowCityListL( cityGroupId );
       
   655 		    }
   653 		delete localizedCity;			
   656 		delete localizedCity;			
   654 		}
   657 		}
   655 		
   658 		
   656 	while( !citySelected )
   659 	while( !citySelected )
   657 	       {        
   660 	       {