aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-details-page.glade
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-07-29 02:51:32 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-07-29 02:51:32 +0800
commit3a68f719775b66faeb267cea99879dd659ab1cdf (patch)
tree53ad24710c9cc2b27f46224fa58a9dea01731feb /calendar/gui/dialogs/task-details-page.glade
parentdad7bd83ff0af51cae48a41c242b05602b971d50 (diff)
downloadgsoc2013-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.glade1
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>