diff options
Diffstat (limited to 'plugins/pantech')
-rw-r--r-- | plugins/pantech/mm-broadband-modem-pantech.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pantech/mm-broadband-modem-pantech.c b/plugins/pantech/mm-broadband-modem-pantech.c index 65464569..878806d7 100644 --- a/plugins/pantech/mm-broadband-modem-pantech.c +++ b/plugins/pantech/mm-broadband-modem-pantech.c @@ -122,7 +122,7 @@ after_sim_unlock_wait_cb (GSimpleAsyncResult *result) { g_simple_async_result_complete (result); g_object_unref (result); - return FALSE; + return G_SOURCE_REMOVE; } static void |