mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +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 (containsSharedLib(miLibs[i])) {
|
||||||
if (hasSharedLibChanged(miLibs[i])) {
|
if (hasSharedLibChanged(miLibs[i])) {
|
||||||
// Fire ChangedEvent
|
// Fire ChangedEvent
|
||||||
|
SharedLibrary sharedlib = (SharedLibrary)getSharedLibrary(miLibs[i].getName());
|
||||||
|
sharedlib.setMIShared(miLibs[i]);
|
||||||
eventList.add(new MISharedLibChangedEvent(miLibs[i].getName()));
|
eventList.add(new MISharedLibChangedEvent(miLibs[i].getName()));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue