From d306bb082f1237f6437e05b7a166df91f46655fb Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 1 Mar 2012 12:14:44 +0100 Subject: libmm-common: `MMBearerProperties' won't be considered internal any more Renamed `MMCommonBearerProperties' to `MMBearerProperties', and removed the `MMBearerProperties' provided in libmm-glib. We'll just use the original one from libmm-common always. --- libmm-glib/mm-bearer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmm-glib/mm-bearer.c') 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) { -- cgit v1.2.3-70-g09d2