[PATCH] cli: fix source tag of GSimpleAsyncResult objects
Dan Williams
dcbw at redhat.com
Thu Dec 5 11:05:02 PST 2013
On Wed, 2013-12-04 at 13:19 -0800, Ben Chan wrote:
> ---
> cli/mmcli-common.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Pushed, thanks!
Dan
> diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c
> index 016d8bc..f7182d5 100644
> --- a/cli/mmcli-common.c
> +++ b/cli/mmcli-common.c
> @@ -476,7 +476,7 @@ mmcli_get_bearer (GDBusConnection *connection,
> ctx->result = g_simple_async_result_new (G_OBJECT (connection),
> callback,
> user_data,
> - mmcli_get_modem);
> + mmcli_get_bearer);
> mmcli_get_manager (connection,
> cancellable,
> (GAsyncReadyCallback)get_bearer_manager_ready,
> @@ -714,7 +714,7 @@ mmcli_get_sim (GDBusConnection *connection,
> ctx->result = g_simple_async_result_new (G_OBJECT (connection),
> callback,
> user_data,
> - mmcli_get_modem);
> + mmcli_get_sim);
> mmcli_get_manager (connection,
> cancellable,
> (GAsyncReadyCallback)get_sim_manager_ready,
> @@ -977,7 +977,7 @@ mmcli_get_sms (GDBusConnection *connection,
> ctx->result = g_simple_async_result_new (G_OBJECT (connection),
> callback,
> user_data,
> - mmcli_get_modem);
> + mmcli_get_sms);
> mmcli_get_manager (connection,
> cancellable,
> (GAsyncReadyCallback)get_sms_manager_ready,
More information about the ModemManager-devel
mailing list