mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00
follow-up for fix for [Bug 196048] Updating .cproject from CVS does not cause reload of settings
This commit is contained in:
parent
51df494668
commit
48742033a5
1 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,8 @@ public class ResourceChangeHandler extends ResourceChangeHandlerBase implements
|
|||
flags |= CProjectDescriptionManager.INTERNAL_GET_IGNORE_CLOSE;
|
||||
flags |= CProjectDescriptionManager.GET_WRITABLE;
|
||||
des = fMngr.getProjectDescription(project, flags);
|
||||
fProjDesMap.put(project, des);
|
||||
if(des != null)
|
||||
fProjDesMap.put(project, des);
|
||||
}
|
||||
return des;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue