diff -r 92ab7f8d0eab -r 6bb1b21d2484 phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp --- a/phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp Fri Mar 19 09:28:42 2010 +0200 +++ b/phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp Fri Apr 16 14:58:25 2010 +0300 @@ -54,20 +54,7 @@ __LOGMETHODSTARTEND( EPhoneUIUtils, "CPhoneCallThemeMonitor::ConstructL ()" ); // Get all current values - TRAP_IGNORE( ReadAllL() ); - -// <-- QT PHONE START--> - // Start listen changes in setting and image path - /*CPhoneCenRepProxy::Instance()->NotifyChangeL( - KCRUidThemes, - KThemesCallImagePath, - this ); - - CPhoneCenRepProxy::Instance()->NotifyChangeL( - KCRUidThemes, - KThemesCallImageSetting, - this );*/ -// <-- QT PHONE END--> + TRAP_IGNORE( ReadAllL() ); } // ----------------------------------------------------------------------------- @@ -179,14 +166,6 @@ iCallerImageThemePath = NULL; iCallerImageThemePath = HBufC::NewL( KMaxFilePathLength ); TPtr imagePtr ( iCallerImageThemePath->Des() ); - -// <-- QT PHONE START--> - // Get image file path - /*CPhoneCenRepProxy::Instance()->GetString( - KCRUidThemes, - KThemesCallImagePath, - imagePtr );*/ -// <-- QT PHONE END--> __PHONELOG1( EBasic, EPhoneUIUtils, "CPhoneCallThemeMonitor::ReadAllL -> image path = %S", &imagePtr );