From ed23d45ce6a1b732cbab44e8fef30cf877726c62 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Thu, 9 Apr 2015 13:26:38 +0100 Subject: [PATCH] locator: Don't auto-compute speed & heading Now that the actual sources themselves ensure that speed and heading are computed and set on new locations whenever possible, there is no reason for Locator to do this at all anymore. Otherwise, we still end up with these properties being computed by comparison of locations from two different sources if the latest location is the first location from a source. https://bugs.freedesktop.org/show_bug.cgi?id=89852 --- src/gclue-locator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gclue-locator.c b/src/gclue-locator.c index e7175c8..a062eff 100644 --- a/src/gclue-locator.c +++ b/src/gclue-locator.c @@ -432,6 +432,7 @@ gclue_locator_new (GClueAccuracyLevel level) return g_object_new (GCLUE_TYPE_LOCATOR, "accuracy-level", accuracy_level, + "compute-movement", FALSE, NULL); } -- 2.1.0