aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-bearer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib/mm-bearer.c')
-rw-r--r--libmm-glib/mm-bearer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-bearer.c b/libmm-glib/mm-bearer.c
index e815aa50..ccd3e77f 100644
--- a/libmm-glib/mm-bearer.c
+++ b/libmm-glib/mm-bearer.c
@@ -193,7 +193,7 @@ mm_bearer_get_properties (MMBearer *self)
g_return_val_if_fail (MM_IS_BEARER (self), NULL);
- properties = (mm_common_bearer_properties_new_from_dictionary (
+ properties = (mm_bearer_properties_new_from_dictionary (
mm_gdbus_bearer_get_properties (MM_GDBUS_BEARER (self)),
&error));
if (!properties) {