diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-05-02 20:20:45 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-05-02 20:20:45 +0800 |
commit | 7e7c5f098b96334561a156f5997a6f7c41e3952a (patch) | |
tree | 37f785a119c5948b3ba4ba72c6b14e0ba0afe094 /calendar/ChangeLog | |
parent | 1c05f57862730f138b460980b6140948ea563ab8 (diff) | |
download | gsoc2013-evolution-7e7c5f098b96334561a156f5997a6f7c41e3952a.tar.gz gsoc2013-evolution-7e7c5f098b96334561a156f5997a6f7c41e3952a.tar.zst gsoc2013-evolution-7e7c5f098b96334561a156f5997a6f7c41e3952a.zip |
Fixes deletion of multiple tasks.
svn path=/trunk/; revision=31945
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4c6611b4b3..4220b48ac5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2006-05-02 Chenthill Palanisamy <pchenthill@novell.com> + + Committing change pointed by Li Yuan <Li.Yuan@Sun.COM> + + * gui/e-calendar-table.c: (e_calendar_table_delete_selected): Corrected + argument passed to delete_component_dialog while deleting multiple + tasks. + 2006-04-27 Tor Lillqvist <tml@novell.com> * gui/e-day-view-main-item.c |