aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-time.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-12-02 17:07:11 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-12-02 17:07:39 +0100
commitffde4298435bf1e3232042c6ac7cb61ddfc1a183 (patch)
treed68bbc0f6b20eeb5fbbf754aca434b5f050f720b /src/mm-iface-modem-time.c
parent2a99bdfa00c8b26266049e2c760ec7705c0ae739 (diff)
core: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE in GSourceFuncs
Diffstat (limited to 'src/mm-iface-modem-time.c')
-rw-r--r--src/mm-iface-modem-time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem-time.c b/src/mm-iface-modem-time.c
index 1a6ab213..91be855e 100644
--- a/src/mm-iface-modem-time.c
+++ b/src/mm-iface-modem-time.c
@@ -270,7 +270,7 @@ timezone_poll_cb (UpdateNetworkTimezoneContext *ctx)
(GAsyncReadyCallback)load_network_timezone_ready,
ctx);
- return FALSE;
+ return G_SOURCE_REMOVE;
}
static void