1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

We did not save the container in the map

This commit is contained in:
Alain Magloire 2004-04-30 14:18:07 +00:00
parent f02c40bf6a
commit bf5f9acb67

View file

@ -338,6 +338,7 @@ public class PathEntryManager implements IPathEntryStoreListener, IElementChange
// filter out this project - does not reference the container
// path
modifiedProjects[i] = null;
containerPut(affectedProject, containerPath, newContainer);
continue;
}
IPathEntryContainer oldContainer = containerGet(affectedProject, containerPath);