[gnome-calendar/wip/flb/weather-forecast: 129/135] weather: start the right timer.



commit 0b332c311cd1f8d2980477c55cd9485ef0fe2830
Author: Florian Brosch <flo brosch gmail com>
Date:   Mon Oct 23 23:16:16 2017 +0200

    weather: start the right timer.

 src/gcal-weather-service.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gcal-weather-service.c b/src/gcal-weather-service.c
index 2caccc6c..a6652035 100644
--- a/src/gcal-weather-service.c
+++ b/src/gcal-weather-service.c
@@ -1399,7 +1399,7 @@ start_timer (GcalWeatherService  *self)
       gcal_timer_start (self->duration_timer);
 
       schedule_midnight (self);
-      gcal_timer_start (self->duration_timer);
+      gcal_timer_start (self->midnight_timer);
     }
 }
 


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