GNOME Bugzilla – Bug 785343
datetime: Honor location enabled setting
Last modified: 2017-07-24 15:06:01 UTC
If location is disabled session wide we shouldn't use the service.
Created attachment 356302 [details] [review] datetime: Honor location enabled setting
Review of attachment 356302 [details] [review]: ::: plugins/datetime/gsd-timezone-monitor.c @@ +339,3 @@ + + if (priv->geoclue_client) + gclue_client_call_stop (priv->geoclue_client, NULL, NULL, NULL); I'd add 'priv->geoclue_client = NULL;' here to make sure it's safe to call stop_geoclue() repeatedly. Beyond that everything looks good to me, thanks!
Amended as suggested, thanks Attachment 356302 [details] pushed as 50aa59b - datetime: Honor location enabled setting