1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Changed the MIShared of the SharedLibrary to reflect the changes.

This commit is contained in:
Alain Magloire 2003-01-17 16:28:47 +00:00
parent cd1344ebd1
commit f315857055

View file

@ -62,6 +62,8 @@ public class SharedLibraryManager extends SessionObject implements ICDISharedLib
if (containsSharedLib(miLibs[i])) {
if (hasSharedLibChanged(miLibs[i])) {
// Fire ChangedEvent
SharedLibrary sharedlib = (SharedLibrary)getSharedLibrary(miLibs[i].getName());
sharedlib.setMIShared(miLibs[i]);
eventList.add(new MISharedLibChangedEvent(miLibs[i].getName()));
}
} else {