diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-09 00:45:12 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-09 00:45:12 +0800 |
commit | a88bdf9c4c10569043bf736f3b052dc5eccf5ab4 (patch) | |
tree | 72fe4479b00781f5981f5b2da5341725baca0cdc /calendar/gui/gncal-todo.c | |
parent | 7c349155a53ccc3691037d02305c2cf594f2c15e (diff) | |
download | gsoc2013-evolution-a88bdf9c4c10569043bf736f3b052dc5eccf5ab4.tar.gz 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/gncal-todo.c')
-rw-r--r-- | calendar/gui/gncal-todo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/gncal-todo.c b/calendar/gui/gncal-todo.c index 943dbd7f33..239517ff3b 100644 --- a/calendar/gui/gncal-todo.c +++ b/calendar/gui/gncal-todo.c @@ -225,7 +225,9 @@ gncal_todo_edit (CalClient *client, CalComponent *comp) gtk_text_set_editable (GTK_TEXT (comment_text), TRUE); gtk_text_set_word_wrap( GTK_TEXT(comment_text), TRUE); gtk_text_freeze(GTK_TEXT(comment_text)); +#ifndef NO_WARNINGS #warning "FIX ME" +#endif /* Need to handle multiple comments */ cal_component_get_comment_list (comp, &l); if (l) { |