summaryrefslogtreecommitdiff
path: root/src/gclue-web-source.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gclue-web-source.c')
-rw-r--r--src/gclue-web-source.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gclue-web-source.c b/src/gclue-web-source.c
index 1da01dd..881aa18 100644
--- a/src/gclue-web-source.c
+++ b/src/gclue-web-source.c
@@ -526,6 +526,9 @@ on_submit_source_location_notify (GObject *source_object,
g_autoptr(SoupMessage) query = NULL;
g_autoptr(GError) error = NULL;
+ if (!web->priv->submit_url_reachable)
+ return;
+
location = gclue_location_source_get_location (source);
if (location == NULL ||
gclue_location_get_accuracy (location) >
@@ -536,9 +539,6 @@ on_submit_source_location_notify (GObject *source_object,
web->priv->last_submitted = gclue_location_get_timestamp (location);
- if (!web->priv->submit_url_reachable)
- return;
-
query = GCLUE_WEB_SOURCE_GET_CLASS (web)->create_submit_query
(web,
location,