profilesservices/ProfileEngine/EngSrc/CProfileEngineImpl.cpp
branchRCL_3
changeset 11 23553eb4e470
parent 10 c8b9b0986973
child 17 3b47783fdf16
--- a/profilesservices/ProfileEngine/EngSrc/CProfileEngineImpl.cpp	Fri Mar 12 15:43:47 2010 +0200
+++ b/profilesservices/ProfileEngine/EngSrc/CProfileEngineImpl.cpp	Mon Mar 15 12:41:46 2010 +0200
@@ -745,9 +745,7 @@
         TInt activeId( ( previousId != KErrNotFound )
                        ? previousId
                        : User::LeaveIfError( ActiveProfileId() ) );
-        iProfileTiming->SetTimedProfileL( activeId,
-        		                          *aTime, 
-        		                          ActiveProfileL()->ProfileName().Name() );
+        iProfileTiming->SetTimedProfileL( activeId, *aTime );
         }
 
     TRAPD( error, UpdateActiveProfileSettingsL( *profile, ETrue ) );