diff options
Diffstat (limited to 'plugins/option')
-rw-r--r-- | plugins/option/mm-broadband-bearer-hso.c | 2 | ||||
-rw-r--r-- | plugins/option/mm-broadband-modem-option.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/option/mm-broadband-bearer-hso.c b/plugins/option/mm-broadband-bearer-hso.c index f1c0445e..275dff83 100644 --- a/plugins/option/mm-broadband-bearer-hso.c +++ b/plugins/option/mm-broadband-bearer-hso.c @@ -438,7 +438,7 @@ connect_timed_out_cb (MMBroadbandBearerHso *self) /* It's probably pointless to try to reset this here, but anyway... */ connect_reset (ctx); - return FALSE; + return G_SOURCE_REMOVE; } static void diff --git a/plugins/option/mm-broadband-modem-option.c b/plugins/option/mm-broadband-modem-option.c index cf02ba30..583af5f9 100644 --- a/plugins/option/mm-broadband-modem-option.c +++ b/plugins/option/mm-broadband-modem-option.c @@ -675,7 +675,7 @@ after_power_up_wait_cb (GSimpleAsyncResult *result) option->priv->after_power_up_wait_id = 0; g_object_unref (option); - return FALSE; + return G_SOURCE_REMOVE; } static void |