diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-08-06 15:03:31 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-08-06 15:03:31 +0800 |
commit | cc39598fdbae44294afcd1d3b53ef02cfa1e22e6 (patch) | |
tree | 7716cf6b7a385498203997de5e4d1aeec746c1e8 /calendar/ChangeLog | |
parent | 634ee40f05b1edfc841761f2f1f73be5625c86f6 (diff) | |
download | gsoc2013-evolution-cc39598fdbae44294afcd1d3b53ef02cfa1e22e6.tar.gz gsoc2013-evolution-cc39598fdbae44294afcd1d3b53ef02cfa1e22e6.tar.zst gsoc2013-evolution-cc39598fdbae44294afcd1d3b53ef02cfa1e22e6.zip |
2007-08-06 mcrha Fix for bug #463129
svn path=/trunk/; revision=33953
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d394011bd4..8f64ada556 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2007-08-06 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #463129 + + * gui/calendar-component.c: (update_task_memo_selection), + (destroy_component_view): Frees task_source_selection and + memo_source_selection in destroy_component_view instead of + immediately after assigning it to the structure. + 2007-08-06 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #454253 |