diff options
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r-- | calendar/gui/e-week-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index a3a3e684d8..5c4bbcc312 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -1103,7 +1103,7 @@ e_week_view_set_first_day_shown (EWeekView *week_view, GDate base_date; gint day_offset, num_days; gboolean update_adjustment_value = FALSE; - guint32 old_selection_start_julian, old_selection_end_julian; + guint32 old_selection_start_julian = 0, old_selection_end_julian = 0; struct tm start_tm; time_t start_time; |