diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-28 12:31:51 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-28 12:31:51 +0800 |
commit | df100f4a47cfc46a01647e80622b95fa6dc76160 (patch) | |
tree | a47937578a5709d21f872eeac8e451e6273111a4 /calendar/ChangeLog | |
parent | 0d3da13635b50c5ab26d121c7dfe939713cc2f91 (diff) | |
download | gsoc2013-evolution-df100f4a47cfc46a01647e80622b95fa6dc76160.tar.gz gsoc2013-evolution-df100f4a47cfc46a01647e80622b95fa6dc76160.tar.zst gsoc2013-evolution-df100f4a47cfc46a01647e80622b95fa6dc76160.zip |
Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #240073 (Cancelled tasks should get a line striked through them)
svn path=/trunk/; revision=34906
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 77933d1843..7dd3b32914 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,15 @@ 2008-01-25 Milan Crha <mcrha@redhat.com> + ** Fix for bug #240073 + + * gui/e-cal-model-tasks.h: + * gui/e-cal-model-tasks.c: (is_status_canceled), (ecmt_value_at): + Define new virtual readonly column to calculate strikeout state. + * gui/e-calendar-table.c: (e_calendar_table_init): + Use new virtual column as strikeout column. + +2008-01-25 Milan Crha <mcrha@redhat.com> + ** Fix for bug #475781 * gui/dialogs/recurrence-page.c: (fill_ending_date), |