1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Fixed spurious wrench decorations on headers in Project Explorer

This commit is contained in:
Andrew Gvozdev 2011-12-20 14:17:34 -05:00
parent d33a32f212
commit 00e199b8e7

View file

@ -42,6 +42,8 @@ public class MBSLanguageSettingsProvider extends AbstractExecutableExtensionBase
ICLanguageSetting ls = cfgDescription.getLanguageSettingForFile(projectPath, true);
if (ls != null) {
languageSettings = new ICLanguageSetting[] {ls};
} else {
return getSettingEntries(cfgDescription, rc.getParent(), languageId);
}
} else {
ICResourceDescription rcDescription = cfgDescription.getResourceDescription(projectPath, false);