aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-editor.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-09 00:45:12 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-09 00:45:12 +0800
commita88bdf9c4c10569043bf736f3b052dc5eccf5ab4 (patch)
tree72fe4479b00781f5981f5b2da5341725baca0cdc /calendar/gui/dialogs/task-editor.c
parent7c349155a53ccc3691037d02305c2cf594f2c15e (diff)
downloadgsoc2013-evolution-a88bdf9c4c10569043bf736f3b052dc5eccf5ab4.tar
gsoc2013-evolution-a88bdf9c4c10569043bf736f3b052dc5eccf5ab4.tar.gz
gsoc2013-evolution-a88bdf9c4c10569043bf736f3b052dc5eccf5ab4.tar.bz2
gsoc2013-evolution-a88bdf9c4c10569043bf736f3b052dc5eccf5ab4.tar.lz
gsoc2013-evolution-a88bdf9c4c10569043bf736f3b052dc5eccf5ab4.tar.xz
gsoc2013-evolution-a88bdf9c4c10569043bf736f3b052dc5eccf5ab4.tar.zst
gsoc2013-evolution-a88bdf9c4c10569043bf736f3b052dc5eccf5ab4.zip
Fixed some warnings.
2000-09-08 Christopher James Lahey <clahey@helixcode.com> * cal-util/cal-recur.c, gui/e-day-view.c, gui/e-week-view.c, gui/event-editor.c, gui/getdate.y, gui/gncal-todo.c, gui/gnome-cal.c, gui/dialogs/task-editor.c: Fixed some warnings. svn path=/trunk/; revision=5264
Diffstat (limited to 'calendar/gui/dialogs/task-editor.c')
-rw-r--r--calendar/gui/dialogs/task-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c
index 6b79896e2e..743a575179 100644
--- a/calendar/gui/dialogs/task-editor.c
+++ b/calendar/gui/dialogs/task-editor.c
@@ -1253,6 +1253,7 @@ priority_index_to_value (TaskEditorPriority priority)
retval = 7;
break;
default:
+ retval = -1;
g_assert_not_reached ();
break;
}