diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-03-23 00:19:09 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-03-23 00:19:09 +0800 |
commit | 44e1a62c0ca5aede11bb1a5c7551186d7618dadb (patch) | |
tree | 0df2902de30772adecbbedd24275e058e91548be /calendar/gui/gncal-todo.c | |
parent | 702ea268dbedd035d7ed88be9f020a9474930411 (diff) | |
download | gsoc2013-evolution-44e1a62c0ca5aede11bb1a5c7551186d7618dadb.tar gsoc2013-evolution-44e1a62c0ca5aede11bb1a5c7551186d7618dadb.tar.gz gsoc2013-evolution-44e1a62c0ca5aede11bb1a5c7551186d7618dadb.tar.bz2 gsoc2013-evolution-44e1a62c0ca5aede11bb1a5c7551186d7618dadb.tar.lz gsoc2013-evolution-44e1a62c0ca5aede11bb1a5c7551186d7618dadb.tar.xz gsoc2013-evolution-44e1a62c0ca5aede11bb1a5c7551186d7618dadb.tar.zst gsoc2013-evolution-44e1a62c0ca5aede11bb1a5c7551186d7618dadb.zip |
Fix includes. (e_day_view_on_delete_occurance): Do not call
2000-03-17 Federico Mena Quintero <federico@helixcode.com>
* gui/e-day-view.c: Fix includes.
(e_day_view_on_delete_occurance): Do not call save_default_calendar().
(e_day_view_on_delete_appointment): Likewise.
(e_day_view_on_unrecur_appointment): Likewise.
(e_day_view_finish_long_event_resize): Likewise.
(e_day_view_finish_resize): Likewise.
(e_day_view_key_press): Likewise.
(e_day_view_on_editing_stopped): Likewise.
(e_day_view_on_top_canvas_drag_data_received): Likewise.
(e_day_view_on_main_canvas_drag_data_received): Likewise.
svn path=/trunk/; revision=2140
Diffstat (limited to 'calendar/gui/gncal-todo.c')
-rw-r--r-- | calendar/gui/gncal-todo.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/gui/gncal-todo.c b/calendar/gui/gncal-todo.c index e00b851df0..c1ed806612 100644 --- a/calendar/gui/gncal-todo.c +++ b/calendar/gui/gncal-todo.c @@ -852,6 +852,10 @@ gncal_todo_update (GncalTodo *todo, iCalObject *ico, int flags) gtk_clist_clear (todo->clist); +#if 0 + /* FIXME: this is broken; it should fetch TODO objects, and it should + * use ical_object_find_in_string(). + */ { /* DELETE for (list = todo->calendar->cal->todo; list; list = list->next) @@ -871,6 +875,7 @@ gncal_todo_update (GncalTodo *todo, iCalObject *ico, int flags) } g_list_free (uids); } +#endif /* if we are autoresizing then do it now */ if(todo_list_autoresize && todo->clist->rows != 0) |