aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 05a5b1d99c..b251dcb448 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2002-07-28 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/dialogs/task-details-page.c: fixed mapping of popdown menu
+ to ICAL_STATUS_ values.
+ (task_details_page_fill_widgets): when we can't set the status,
+ default to ICAL_STATUS_NONE, which maps to 'Not started'. Fixed
+ use of 'percent' variable, which was being used after being freed.
+ (percent_complete_changed): default to ICAL_STATUS_NONE (Not Started).
+
+ * gui/dialogs/task-details-page.glade: added 'Needs Action' to
+ popdown menu values.
+
2002-07-26 Rodrigo Moya <rodrigo@ximian.com>
* cal-util/cal-util.[ch] (cal_util_add_timezones_from_component):