diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-07-29 02:51:32 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-07-29 02:51:32 +0800 |
commit | 3a68f719775b66faeb267cea99879dd659ab1cdf (patch) | |
tree | 53ad24710c9cc2b27f46224fa58a9dea01731feb /calendar/ChangeLog | |
parent | dad7bd83ff0af51cae48a41c242b05602b971d50 (diff) | |
download | gsoc2013-evolution-3a68f719775b66faeb267cea99879dd659ab1cdf.tar.gz gsoc2013-evolution-3a68f719775b66faeb267cea99879dd659ab1cdf.tar.zst gsoc2013-evolution-3a68f719775b66faeb267cea99879dd659ab1cdf.zip |
fixed mapping of popdown menu to ICAL_STATUS_ values.
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.
svn path=/trunk/; revision=17624
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
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): |