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:
parent
cd1344ebd1
commit
f315857055
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue