Skip to content
Snippets Groups Projects
Commit 65507188 authored by Julian Bouzas's avatar Julian Bouzas Committed by George Kiagiadakis
Browse files

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

parent fbe1e517
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,7 @@ on_device_enum_profile_done (WpProxy *proxy, GAsyncResult *res, ...@@ -165,7 +165,7 @@ on_device_enum_profile_done (WpProxy *proxy, GAsyncResult *res,
/* Parse */ /* Parse */
if (!wp_spa_pod_get_object (pod, if (!wp_spa_pod_get_object (pod,
"ParamProfile", NULL, "Profile", NULL,
"index", "i", &index, "index", "i", &index,
"name", "s", &name, "name", "s", &name,
NULL)) { NULL)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment