emailuis/emailui/src/FreestyleEmailUiGlobalSettingsList.cpp
branchRCL_3
changeset 10 f5907b1a1053
parent 8 e1b6206813b4
--- a/emailuis/emailui/src/FreestyleEmailUiGlobalSettingsList.cpp	Fri Feb 19 22:37:30 2010 +0200
+++ b/emailuis/emailui/src/FreestyleEmailUiGlobalSettingsList.cpp	Fri Mar 12 15:41:14 2010 +0200
@@ -38,7 +38,7 @@
 #include "FreestyleEmailUiGlobalSettingsListView.h"
 #include "FreestyleEmailUiGlobalSettingsList.h"
 #include "FreestyleEmailUiAppui.h"
-#include "FreestyleEmailCenRepHandler.h"
+#include "freestyleemailcenrephandler.h"
 #include "FreestyleEmailUiShortcutBinding.h"
 #include "FreestyleEmailUiConstants.h"
 
@@ -113,7 +113,7 @@
                     aId,
                     iSettings.WarnBeforeDelete() );
             return item;
-            }/*
+            }
 		case EGlobalSettingsDownloadHTMLImages:
             {         
             CAknBinaryPopupSettingItem* item = new ( ELeave ) 
@@ -121,7 +121,7 @@
                     aId,
                     iSettings.DownloadHTMLImages() );
             return item;
-            }*/
+            }
         case EGlobalSettingsActiveIdle:
             {           
             CAknBigSettingItemBase* item = new ( ELeave )
@@ -207,7 +207,7 @@
 	//iSettings.SetDownloadNotifications( crHandler->DownloadNotifications() );
 	iSettings.SetActiveIdle( crHandler->ActiveIdle() );
 	iSettings.SetWarnBeforeDelete( crHandler->WarnBeforeDelete() );
-	//iSettings.SetDownloadHTMLImages( crHandler->DownloadHTMLImages() );
+	iSettings.SetDownloadHTMLImages( crHandler->DownloadHTMLImages() );
 	}
 	
 /**
@@ -230,7 +230,7 @@
 	//crHandler->SetDownloadNotifications( iSettings.DownloadNotifications() );
 	crHandler->SetActiveIdle( iSettings.ActiveIdle() );
 	crHandler->SetWarnBeforeDelete( iSettings.WarnBeforeDelete() );
-	//crHandler->SetDownloadHTMLImages( iSettings.DownloadHTMLImages() );
+	crHandler->SetDownloadHTMLImages( iSettings.DownloadHTMLImages() );
 	}
 
 /**