acpi-bindings: also set params

this seems to have been forgotten, up to this point, you could not add
params to the config.
This commit is contained in:
Marcel Hollerbach 2020-09-02 15:03:12 +02:00
parent 16bb8e7bd7
commit 703f42e099
1 changed files with 2 additions and 0 deletions

View File

@ -476,6 +476,8 @@ _cb_actions_changed(void *data)
}
eina_stringshare_replace(&binding->action, dsc->act_cmd);
if (dsc->act_params) eina_stringshare_refplace(&binding->params, dsc->act_params);
e_widget_disabled_set(cfdata->o_params, !(dsc->editable));
if ((!dsc->editable) && (dsc->act_params))