ok, rollback again

This commit is contained in:
Konstantin Bulenkov
2012-08-20 16:11:11 +04:00
parent 29af5c6378
commit 9cdf03c1fd
2 changed files with 3 additions and 2 deletions
@@ -17,6 +17,7 @@ package com.intellij.codeStyle;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.editor.colors.impl.BundledColorSchemesProvider;
import com.intellij.util.PlatformUtils;
/**
* @author Konstantin Bulenkov
@@ -29,9 +30,9 @@ public class IdeaColorSchemesProvider implements BundledColorSchemesProvider {
@Override
public String[] getBundledSchemesRelativePaths() {
if (ApplicationManager.getApplication().isUnitTestMode()) return null;
/*if (PlatformUtils.isCommunity() || PlatformUtils.isIdea()) */return PATHS;
if (PlatformUtils.isCommunity() || PlatformUtils.isIdea()) return PATHS;
//return null;
return null;
}
@Override