GNOME Bugzilla – Bug 746735
option "reduce location accuracy" not handled
Last modified: 2016-07-23 02:30:26 UTC
Created attachment 300268 [details] [review] location-manager: fix reduce accuracy setting It seems that the reduce_accuracy preference is never modified due to a missing callback. However the consequences are mitigated by the fact the geoclue default location accuracy is city-level. But the method to reduce location accuracy probably could be replaced by updating the requested accuracy level in geoclue, instead of truncating the lat/lon position ?
Thanks Attachment 300268 [details] pushed as 1edc54e - location-manager: fix reduce accuracy setting
Ah, I guess Empathy code style is to align the function parameters strangely; I will fix it in a follow-up.