[gnome-calendar/wip/flb/weather-forecast: 93/135] weather: Add a TODO



commit 30612fee5c48ef5d12bcaa13d3aa342f362102c0
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 file changed, 1 insertion(+)
---
diff --git a/src/gcal-weather-service.c b/src/gcal-weather-service.c
index c1e5274d..1d7ae14a 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]