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:
parent
3fa2f45e08
commit
d1c7eb449a
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ public class MesonPropertyPage extends PropertyPage {
|
|||
args.add(control.getConfiguredString());
|
||||
}
|
||||
}
|
||||
if (args.size() == 2) {
|
||||
if (args.size() == 1) {
|
||||
return true;
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue