From 65507188239df90058775e3ef67acfee13f0de6a Mon Sep 17 00:00:00 2001 From: Julian Bouzas <julian.bouzas@collabora.com> Date: Wed, 22 Jul 2020 09:18:49 -0400 Subject: [PATCH] m-device-activation: fix typo when parsing device profiles --- modules/module-device-activation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module-device-activation.c b/modules/module-device-activation.c index a5ffb3c2..d27dc037 100644 --- a/modules/module-device-activation.c +++ b/modules/module-device-activation.c @@ -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)) { -- GitLab