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/gui/dialogs/task-details-page.glade | |
parent | dad7bd83ff0af51cae48a41c242b05602b971d50 (diff) | |
download | gsoc2013-evolution-3a68f719775b66faeb267cea99879dd659ab1cdf.tar gsoc2013-evolution-3a68f719775b66faeb267cea99879dd659ab1cdf.tar.gz gsoc2013-evolution-3a68f719775b66faeb267cea99879dd659ab1cdf.tar.bz2 gsoc2013-evolution-3a68f719775b66faeb267cea99879dd659ab1cdf.tar.lz gsoc2013-evolution-3a68f719775b66faeb267cea99879dd659ab1cdf.tar.xz 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/gui/dialogs/task-details-page.glade')
-rw-r--r-- | calendar/gui/dialogs/task-details-page.glade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/task-details-page.glade b/calendar/gui/dialogs/task-details-page.glade index 28bf6a3bcc..8c47c7d725 100644 --- a/calendar/gui/dialogs/task-details-page.glade +++ b/calendar/gui/dialogs/task-details-page.glade @@ -85,6 +85,7 @@ <can_focus>True</can_focus> <items>Not Started In Progress +Needs Action Completed Cancelled </items> |