Binary file help/data/xhtml.zip has changed
--- a/profile_plat/profiles_settings_view_api/inc/CProfileToneHandler.h Tue Sep 14 21:19:36 2010 +0300
+++ b/profile_plat/profiles_settings_view_api/inc/CProfileToneHandler.h Wed Oct 13 14:32:23 2010 +0300
@@ -26,7 +26,7 @@
// INCLUDES
#include <f32file.h> // CBase, RFs
-#include <MSSSettingsObserver.h> // MSSSettingsObserver, RSSSettings
+#include <msssettingsobserver.h> // MSSSettingsObserver, RSSSettings
#include <apmstd.h> // KMaxDataTypeLength
#include <data_caging_path_literals.hrh>
--- a/profilesapplication/Profiles/ProfileApp/SettingsViewSrc/CProfilePlayingVolumeSettingPage.cpp Tue Sep 14 21:19:36 2010 +0300
+++ b/profilesapplication/Profiles/ProfileApp/SettingsViewSrc/CProfilePlayingVolumeSettingPage.cpp Wed Oct 13 14:32:23 2010 +0300
@@ -205,13 +205,6 @@
//
void CProfilePlayingVolumeSettingPage::CheckRingingToneTypeL()
{
- // If the preview tone is not NULL, delete it.
- if ( iPreviewTone )
- {
- delete iPreviewTone;
- iPreviewTone = NULL;
- }
-
// Get default tone from cenrep
TFileName defaultTone;
CRepository* cenrep = CRepository::NewL( KCRUidProfileEngine );
--- a/profilesapplication/Profiles/ProfileApp/SettingsViewSrc/ProfileSettingsView.rss Tue Sep 14 21:19:36 2010 +0300
+++ b/profilesapplication/Profiles/ProfileApp/SettingsViewSrc/ProfileSettingsView.rss Wed Oct 13 14:32:23 2010 +0300
@@ -22,7 +22,7 @@
// INTERNAL INCLUDES
#include <profileapp.loc>
-#include <Profile.loc>
+#include <profile.loc>
#include "ProfileSettingsView.hrh"
#include "ProfileInternal.hrh"
--- a/profilesapplication/Profiles/ProfileApp/UIsrc/CProfileMainView.cpp Tue Sep 14 21:19:36 2010 +0300
+++ b/profilesapplication/Profiles/ProfileApp/UIsrc/CProfileMainView.cpp Wed Oct 13 14:32:23 2010 +0300
@@ -472,7 +472,6 @@
CAknErrorNote* note = new( ELeave ) CAknErrorNote( ETrue );
note->ExecuteLD( *errorText );
CleanupStack::PopAndDestroy( errorText );
- CleanupStack::PopAndDestroy( expiryTime );
return;
}
--- a/profilesapplication/Profiles/ProfileApp/UIsrc/ProfileApp.rss Tue Sep 14 21:19:36 2010 +0300
+++ b/profilesapplication/Profiles/ProfileApp/UIsrc/ProfileApp.rss Wed Oct 13 14:32:23 2010 +0300
@@ -32,7 +32,7 @@
#include <ProfileEng.hrh>
#include <Profile.hrh>
#include <profileapp.loc>
-#include <Profile.loc>
+#include <profile.loc>
#include "ProfileApp.hrh"
#include <data_caging_paths_strings.hrh>