SkinInstaller: Added support for 3cae4f7

This commit is contained in:
Birunthan Mohanathas
2012-10-07 17:01:06 +03:00
parent 889320e04b
commit ba0b1e9129
2 changed files with 50 additions and 2 deletions

View File

@ -1248,8 +1248,6 @@ void CRainmeter::CreateComponentFolders(bool defaultIniLocation)
path = GetLayoutPath();
if (_waccess(path.c_str(), 0) == -1)
{
// TODO: If Skin Installer creates Layouts first, old Themes is not migrated.
std::wstring themesPath = m_SettingsPath + L"Themes";
if (_waccess(themesPath.c_str(), 0) != -1)
{