diff options
Diffstat (limited to 'src/mm-iface-modem-messaging.c')
-rw-r--r-- | src/mm-iface-modem-messaging.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-iface-modem-messaging.c b/src/mm-iface-modem-messaging.c index d450d61e..6a30bd60 100644 --- a/src/mm-iface-modem-messaging.c +++ b/src/mm-iface-modem-messaging.c @@ -204,7 +204,7 @@ handle_create_auth_ready (MMBaseModem *self, MMModemState modem_state = MM_MODEM_STATE_UNKNOWN; MMSmsList *list = NULL; GError *error = NULL; - MMCommonSmsProperties *properties; + MMSmsProperties *properties; MMSms *sms; if (!mm_base_modem_authorize_finish (self, res, &error)) { @@ -227,7 +227,7 @@ handle_create_auth_ready (MMBaseModem *self, } /* Parse input properties */ - properties = mm_common_sms_properties_new_from_dictionary (ctx->dictionary, &error); + properties = mm_sms_properties_new_from_dictionary (ctx->dictionary, &error); if (!properties) { g_dbus_method_invocation_take_error (ctx->invocation, error); handle_create_context_free (ctx); |