1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 16:55:38 +02:00

save the preference store on exit

This commit is contained in:
Alain Magloire 2004-09-12 03:12:15 +00:00
parent 40fe9c9707
commit 057edb19f3

View file

@ -209,6 +209,7 @@ public class CCorePlugin extends Plugin {
if (cdtLog != null) {
cdtLog.shutdown();
}
savePluginPreferences();
} finally {
super.stop(context);
}