aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}