diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-09-27 16:04:06 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-09-27 16:04:06 +0800 |
commit | fec468e9409d12dc2b37546d646908209da42fdd (patch) | |
tree | ee616ffb6ce2cdf77e2b3659c6f4b87d35a61344 /calendar/ChangeLog | |
parent | 2805d6a9fc030eefb5bfc6db91b7552b73090e65 (diff) | |
download | gsoc2013-evolution-fec468e9409d12dc2b37546d646908209da42fdd.tar.gz gsoc2013-evolution-fec468e9409d12dc2b37546d646908209da42fdd.tar.zst gsoc2013-evolution-fec468e9409d12dc2b37546d646908209da42fdd.zip |
2007-09-27 mcrha Fix for bug #324472
svn path=/trunk/; revision=34313
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1281e68b0a..e9ce1b9f68 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,22 @@ 2007-09-27 Milan Crha <mcrha@redhat.com> + ** Fix for bug #324472 + + * gui/e-calendar-table.c: (struct AffectedComponents), + (e_calendar_table_complete_selected), (get_selected_components_cb), + (do_for_selected_components), (mark_comp_complete_cb), + (mark_comp_incomplete_cb): Added new helper structure and functions. + * gui/e-calendar-table.c: (mark_as_complete_cb), + (mark_as_incomplete_cb): Using new helper functions. + * gui/e-cal-model-tasks.h: (e_cal_model_tasks_mark_comp_complete), + (e_cal_model_tasks_mark_comp_incomplete): New functions (replace old). + * gui/e-cal-model-tasks.c: (commit_component_changes), + (ecmt_set_value_at), (e_cal_model_tasks_mark_comp_complete), + (e_cal_model_tasks_mark_comp_incomplete): Added new functions to work + with components instead of table's rows and using them. + +2007-09-27 Milan Crha <mcrha@redhat.com> + ** Fix for bug #300693 * gui/e-calendar-table.c: (task_compare_cb), (e_calendar_table_init): |