phonebookengines/contactsmodel/cntsrv/src/CCntStateMachine.cpp
branchRCL_3
changeset 39 a6539d1e8e43
parent 15 e8e3147d53eb
child 64 c1e8ba0c2b16
--- a/phonebookengines/contactsmodel/cntsrv/src/CCntStateMachine.cpp	Tue May 25 12:26:45 2010 +0300
+++ b/phonebookengines/contactsmodel/cntsrv/src/CCntStateMachine.cpp	Wed Jun 09 09:26:27 2010 +0300
@@ -973,7 +973,8 @@
 */
 void CStateOpening::InitialStep()
 	{
-	iActive->Register(*this, ETrue);
+	//iActive->Register(*this, ETrue);
+	iActive->Register( *this );
 	}
 
 /**