[Xfce4-commits] r25018 - xfcalendar/branches/xfce_4_4/src
Juha Kautto
juha at xfce.org
Thu Feb 22 22:55:11 CET 2007
Author: juha
Date: 2007-02-22 21:55:11 +0000 (Thu, 22 Feb 2007)
New Revision: 25018
Modified:
xfcalendar/branches/xfce_4_4/src/appointment.c
Log:
Fix for Bug 2937:
recurring events need to happen on ending date also.
Modified: xfcalendar/branches/xfce_4_4/src/appointment.c
===================================================================
--- xfcalendar/branches/xfce_4_4/src/appointment.c 2007-02-22 17:51:09 UTC (rev 25017)
+++ xfcalendar/branches/xfce_4_4/src/appointment.c 2007-02-22 21:55:11 UTC (rev 25018)
@@ -629,7 +629,7 @@
GTK_BUTTON(apptw->appRecur_until_button)));
g_sprintf(appt->recur_until, XFICAL_APPT_TIME_FORMAT
, current_t.tm_year + 1900, current_t.tm_mon + 1
- , current_t.tm_mday, 0, 0, 0);
+ , current_t.tm_mday, 23, 59, 59);
}
else
g_warning("fill_appt_from_apptw: coding error, illegal recurrence");
More information about the Xfce4-commits
mailing list