changeset 96 | a8538f50e2ba |
parent 44 | f6f9647922ba |
parent 91 | 87cb33beeae2 |
child 101 | 867fc277ffea |
--- a/engine/src/SettingsEngine.cpp Wed Mar 31 15:36:43 2010 +0100 +++ b/engine/src/SettingsEngine.cpp Wed Mar 31 16:09:11 2010 +0100 @@ -222,7 +222,11 @@ TFileName CSettingsEngine::PrivatePath() { TFileName privatePath; +#ifdef __WINS__ iPodcastModel.FsSession().PrivatePath(privatePath); +#else + privatePath = _L("e:\\pod\\"); +#endif TRAP_IGNORE(BaflUtils::EnsurePathExistsL(iPodcastModel.FsSession(), privatePath)); return privatePath; }