diff options
Diffstat (limited to 'src/mm-base-call.c')
-rw-r--r-- | src/mm-base-call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-base-call.c b/src/mm-base-call.c index 792c6adb..149cfbd4 100644 --- a/src/mm-base-call.c +++ b/src/mm-base-call.c @@ -169,7 +169,7 @@ handle_start_ready (MMBaseCall *self, if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED) || g_error_matches (error, MM_CORE_ERROR, MM_CORE_ERROR_CANCELLED)) { g_clear_error (&error); - error = mm_connection_error_for_code (MM_CONNECTION_ERROR_NO_DIALTONE); + error = mm_connection_error_for_code (MM_CONNECTION_ERROR_NO_DIALTONE, self); } /* Convert errors into call state updates */ |