From ef9fb0bfacac348c5bab35a3a99d52270e510d99 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 1 Mar 2012 11:11:28 +0100 Subject: libmm-common: `MMSmsProperties' won't be considered internal any more Renamed `MMCommonSmsProperties' to `MMSmsProperties', and removed the `MMSmsProperties' provided in libmm-glib. We'll just use the original one from libmm-common always. --- libmm-glib/mm-modem-messaging.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libmm-glib/mm-modem-messaging.c') diff --git a/libmm-glib/mm-modem-messaging.c b/libmm-glib/mm-modem-messaging.c index 7eabf6a3..7cd473b2 100644 --- a/libmm-glib/mm-modem-messaging.c +++ b/libmm-glib/mm-modem-messaging.c @@ -405,8 +405,7 @@ mm_modem_messaging_create (MMModemMessaging *self, if (cancellable) ctx->cancellable = g_object_ref (cancellable); - dictionary = (mm_common_sms_properties_get_dictionary ( - MM_COMMON_SMS_PROPERTIES (properties))); + dictionary = (mm_sms_properties_get_dictionary (properties)); mm_gdbus_modem_messaging_call_create ( self, dictionary, @@ -443,8 +442,7 @@ mm_modem_messaging_create_sync (MMModemMessaging *self, g_return_val_if_fail (MM_GDBUS_IS_MODEM_MESSAGING (self), NULL); - dictionary = (mm_common_sms_properties_get_dictionary ( - MM_COMMON_SMS_PROPERTIES (properties))); + dictionary = (mm_sms_properties_get_dictionary (properties)); mm_gdbus_modem_messaging_call_create_sync (self, dictionary, &sms_path, -- cgit v1.2.3-70-g09d2