summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gclue-web-source.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gclue-web-source.c b/src/gclue-web-source.c
index bd4b657..92d94b8 100644
--- a/src/gclue-web-source.c
+++ b/src/gclue-web-source.c
@@ -565,6 +565,8 @@ on_submit_source_location_notify (GObject *source_object,
if (location == NULL ||
gclue_location_get_accuracy (location) >
SUBMISSION_ACCURACY_THRESHOLD ||
+ gclue_location_get_accuracy (location) ==
+ GCLUE_LOCATION_ACCURACY_UNKNOWN ||
gclue_location_get_timestamp (location) <
web->priv->last_submitted + SUBMISSION_TIME_THRESHOLD)
return;