[gnome-calendar/wip/flb/weather-forecast: 6/50] weather: Add a TODO



commit 5cfe6494c376fe7f9f68e3b7d5f963968be59d34
Author: Florian Brosch <flo brosch gmail com>
Date:   Thu Oct 12 23:51:57 2017 +0200

    weather: Add a TODO
    
    We should switch to a async version of geocode_reverse_resolve.

 src/gcal-weather-service.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcal-weather-service.c b/src/gcal-weather-service.c
index c1e5274..1d7ae14 100644
--- a/src/gcal-weather-service.c
+++ b/src/gcal-weather-service.c
@@ -661,6 +661,7 @@ gcal_weather_service_get_location_name (GClueLocation *location)
 
   greverse = geocode_reverse_new_for_location (glocation);
 
+  /* TODO: Use async version of geocode_reverse_resolve */
   gplace = geocode_reverse_resolve (greverse, NULL);
   if (gplace == NULL)
     return NULL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]