From 667026f0c829ba1be3d69726d7145b3ecd224dbd Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 10 Sep 2012 14:18:00 +0200 Subject: api: Sms.Store() now requires the specific memory storage where to store the SMS ... or MM_SMS_STORAGE_UNKNOWN to store it in the default storage. --- cli/mmcli-sms.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/mmcli-sms.c') diff --git a/cli/mmcli-sms.c b/cli/mmcli-sms.c index 4395f079..bc45a4a4 100644 --- a/cli/mmcli-sms.c +++ b/cli/mmcli-sms.c @@ -238,6 +238,7 @@ get_sms_ready (GObject *source, /* Requesting to store the SMS? */ if (store_flag) { mm_sms_store (ctx->sms, + MM_SMS_STORAGE_UNKNOWN, ctx->cancellable, (GAsyncReadyCallback)store_ready, NULL); @@ -302,6 +303,7 @@ mmcli_sms_run_synchronous (GDBusConnection *connection) gboolean operation_result; operation_result = mm_sms_store_sync (ctx->sms, + MM_SMS_STORAGE_UNKNOWN, NULL, &error); store_process_reply (operation_result, error); -- cgit v1.2.3-70-g09d2