aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-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/event-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/event-editor.c')
-rw-r--r--calendar/gui/event-editor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c
index bdb2bd6c85..53da36d4ca 100644
--- a/calendar/gui/event-editor.c
+++ b/calendar/gui/event-editor.c
@@ -747,7 +747,9 @@ fill_widgets (EventEditor *ee)
}
/* Recurrences */
+#ifndef NO_WARNINGS
#warning "FIX ME"
+#endif
/* Need to handle recurrence dates as well as recurrence rules */
/* Need to handle more than one rrule */
@@ -862,7 +864,9 @@ fill_widgets (EventEditor *ee)
}
/* Exceptions list */
+#ifndef NO_WARNINGS
#warning "FIX ME"
+#endif
/* Need to handle exception rules as well as dates */
cal_component_get_exdate_list (priv->comp, &list);
for (l = list; l; l = l->next) {