diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/option/mm-broadband-modem-hso.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/option/mm-broadband-modem-hso.c b/plugins/option/mm-broadband-modem-hso.c index e48bcbab..7af374a4 100644 --- a/plugins/option/mm-broadband-modem-hso.c +++ b/plugins/option/mm-broadband-modem-hso.c @@ -306,7 +306,7 @@ parent_setup_unsolicited_events_ready (MMIfaceModem3gpp *self, self, NULL); - g_simple_async_result_set_op_res_gboolean (G_SIMPLE_ASYNC_RESULT (res), TRUE); + g_simple_async_result_set_op_res_gboolean (simple, TRUE); } g_simple_async_result_complete (simple); @@ -342,7 +342,7 @@ parent_cleanup_unsolicited_events_ready (MMIfaceModem3gpp *self, if (!iface_modem_3gpp_parent->cleanup_unsolicited_events_finish (self, res, &error)) g_simple_async_result_take_error (simple, error); else - g_simple_async_result_set_op_res_gboolean (G_SIMPLE_ASYNC_RESULT (res), TRUE); + g_simple_async_result_set_op_res_gboolean (simple, TRUE); g_simple_async_result_complete (simple); g_object_unref (simple); } |