diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-12-02 17:07:11 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-12-02 17:07:39 +0100 |
commit | ffde4298435bf1e3232042c6ac7cb61ddfc1a183 (patch) | |
tree | d68bbc0f6b20eeb5fbbf754aca434b5f050f720b /plugins/wavecom/mm-broadband-modem-wavecom.c | |
parent | 2a99bdfa00c8b26266049e2c760ec7705c0ae739 (diff) |
core: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE in GSourceFuncs
Diffstat (limited to 'plugins/wavecom/mm-broadband-modem-wavecom.c')
-rw-r--r-- | plugins/wavecom/mm-broadband-modem-wavecom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wavecom/mm-broadband-modem-wavecom.c b/plugins/wavecom/mm-broadband-modem-wavecom.c index fd335570..47c6b4f0 100644 --- a/plugins/wavecom/mm-broadband-modem-wavecom.c +++ b/plugins/wavecom/mm-broadband-modem-wavecom.c @@ -1220,7 +1220,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 |