phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
--- a/phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp	Tue Aug 31 15:14:29 2010 +0300
@@ -54,18 +54,7 @@
     __LOGMETHODSTARTEND( EPhoneUIUtils, "CPhoneCallThemeMonitor::ConstructL ()" );    
 
     // Get all current values
-    TRAP_IGNORE( ReadAllL() );
-    
-    // Start listen changes in setting and image path
-    CPhoneCenRepProxy::Instance()->NotifyChangeL(
-        KCRUidThemes, 
-        KThemesCallImagePath,
-        this );
-    
-    CPhoneCenRepProxy::Instance()->NotifyChangeL(
-        KCRUidThemes, 
-        KThemesCallImageSetting,
-        this );
+    TRAP_IGNORE( ReadAllL() );    
     }
 
 // -----------------------------------------------------------------------------
@@ -177,13 +166,7 @@
         iCallerImageThemePath = NULL;
         iCallerImageThemePath = HBufC::NewL( KMaxFilePathLength );
         TPtr imagePtr ( iCallerImageThemePath->Des() );
-        
-        // Get image file path
-        CPhoneCenRepProxy::Instance()->GetString(
-            KCRUidThemes,
-            KThemesCallImagePath,
-            imagePtr );
-
+            
         __PHONELOG1( EBasic, EPhoneUIUtils,
             "CPhoneCallThemeMonitor::ReadAllL -> image path = %S", &imagePtr );
         }