diff --git a/src/gnome/dialog-sx-from-trans.c b/src/gnome/dialog-sx-from-trans.c index 597f48d99e..54c151e787 100644 --- a/src/gnome/dialog-sx-from-trans.c +++ b/src/gnome/dialog-sx-from-trans.c @@ -694,10 +694,10 @@ sxftd_update_example_cal( SXFromTransInfo *sxfti ) /* go one day before what's in the box so we can get the correct start * date. */ + startDate = date; g_date_subtract_days(&date, 1); g_date_clear(&nextDate, 1); recurrenceListNextInstance(schedule, &date, &nextDate); - startDate = date; { GtkWidget *w;