m-device-activation: fix typo when parsing device profiles

This commit is contained in:
Julian Bouzas 2020-07-22 09:18:49 -04:00 committed by George Kiagiadakis
parent fbe1e5177b
commit 6550718823

View file

@ -165,7 +165,7 @@ on_device_enum_profile_done (WpProxy *proxy, GAsyncResult *res,
/* Parse */
if (!wp_spa_pod_get_object (pod,
"ParamProfile", NULL,
"Profile", NULL,
"index", "i", &index,
"name", "s", &name,
NULL)) {