1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Bug 560738 - Changing single Meson property does not do anything

- fix check in performOk() so a single property can be changed

Change-Id: If3a838b91c89bee9b96f4336a5af004f7594e237
This commit is contained in:
Jeff Johnston 2020-03-03 12:07:39 -05:00
parent 3fa2f45e08
commit d1c7eb449a

View file

@ -268,7 +268,7 @@ public class MesonPropertyPage extends PropertyPage {
args.add(control.getConfiguredString()); args.add(control.getConfiguredString());
} }
} }
if (args.size() == 2) { if (args.size() == 1) {
return true; return true;
} }
try { try {