1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

when loadSymbols() set the read flag to true.

This commit is contained in:
Alain Magloire 2003-02-03 18:48:29 +00:00
parent e3c98a3f6f
commit dee0af9e88

View file

@ -227,6 +227,7 @@ public class SharedLibraryManager extends SessionObject implements ICDISharedLib
} catch (MIException e) {
throw new MI2CDIException(e);
}
((SharedLibrary)libs[i]).getMIShared().setSymbolsRead(true);
mi.fireEvent(new MISharedLibChangedEvent(libs[i].getFileName()));
}
}