[gnome-calendar] month-view: properly cleanup weather data from cells



commit c306bbc1ef9081168f2ead8f515a2c44e9c8e23c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Dec 16 21:34:31 2017 -0200

    month-view: properly cleanup weather data from cells

 src/views/gcal-month-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/views/gcal-month-view.c b/src/views/gcal-month-view.c
index bc3116f6..f648ff4f 100644
--- a/src/views/gcal-month-view.c
+++ b/src/views/gcal-month-view.c
@@ -1061,7 +1061,7 @@ update_month_cells (GcalMonthView *self)
         }
     }
 
-  update_weather (self, FALSE);
+  update_weather (self, TRUE);
 
   self->update_grid_id = 0;
 


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