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

bug 348781: Problem adding environment variables to preferences

This commit is contained in:
Andrew Gvozdev 2013-02-23 10:35:02 -05:00
parent 8da0b43d30
commit fffc3a13e3

View file

@ -593,6 +593,7 @@ public class EnvironmentTab extends AbstractCPropertyTab {
} }
vars = null; vars = null;
super.performOK(); super.performOK();
updateData();
} }
@Override @Override