diff options
author | Parthasarathi Susarla <ajaysusarla@gmail.com> | 2006-11-15 03:59:05 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2006-11-15 03:59:05 +0800 |
commit | ced42ae969dda031fd889ced60ee13bc90721138 (patch) | |
tree | d4e87e1b563c43c76c8c0d12957bca7296a1ee6e /widgets/misc/ChangeLog | |
parent | 88c6a9a3f8eed157c56f7c5314c7caf603099889 (diff) | |
download | gsoc2013-evolution-ced42ae969dda031fd889ced60ee13bc90721138.tar.gz gsoc2013-evolution-ced42ae969dda031fd889ced60ee13bc90721138.tar.zst gsoc2013-evolution-ced42ae969dda031fd889ced60ee13bc90721138.zip |
** Fixes bug #357492 put the attachment pointes into a temporary array.
2006-11-03 Parthasarathi Susarla <ajaysusarla@gmail.com>
** Fixes bug #357492
* e-attachment-bar.c: (e_attachment_bar_remove_selected):
put the attachment pointes into a temporary array. Free the
pointers and the array after going thru the entire list
This prevents a crash and also fixes the issue of only few
attachments getting deleted.
svn path=/trunk/; revision=32981
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index b81351641a..b7bd55109d 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,12 @@ +2006-11-03 Parthasarathi Susarla <ajaysusarla@gmail.com> + + ** Fixes bug #357492 + * e-attachment-bar.c: (e_attachment_bar_remove_selected): + put the attachment pointes into a temporary array. Free the + pointers and the array after going thru the entire list + This prevents a crash and also fixes the issue of only few + attachments getting deleted. + 2006-10-11 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #360237 & bug #359236 |