aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-12 20:38:17 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:33 +0100
commitd7f4a5e134d5bb2e02d29e1b9cfbed1bf9261d39 (patch)
tree3b9a44934420351416c831b3696da0c2a9bfeab9 /src
parent473f45cc99c0475c13de095dec1ca282ced02a11 (diff)
bearer: populate Properties used when creating the Bearer
Diffstat (limited to 'src')
-rw-r--r--src/mm-bearer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-bearer.c b/src/mm-bearer.c
index c5a73f6f..14f57b8d 100644
--- a/src/mm-bearer.c
+++ b/src/mm-bearer.c
@@ -219,6 +219,8 @@ parse_input_properties (MMBearer *bearer,
#undef CHECK_MANDATORY_PROPERTY
+ /* Keep the whole list of properties in the interface */
+ mm_gdbus_bearer_set_properties (MM_GDBUS_BEARER (bearer), properties);
return TRUE;
}