aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorParthasarathi Susarla <ajaysusarla@gmail.com>2006-11-15 03:59:05 +0800
committerParthasarathi Susarla <saps@src.gnome.org>2006-11-15 03:59:05 +0800
commitced42ae969dda031fd889ced60ee13bc90721138 (patch)
treed4e87e1b563c43c76c8c0d12957bca7296a1ee6e /widgets/misc/ChangeLog
parent88c6a9a3f8eed157c56f7c5314c7caf603099889 (diff)
downloadgsoc2013-evolution-ced42ae969dda031fd889ced60ee13bc90721138.tar
gsoc2013-evolution-ced42ae969dda031fd889ced60ee13bc90721138.tar.gz
gsoc2013-evolution-ced42ae969dda031fd889ced60ee13bc90721138.tar.bz2
gsoc2013-evolution-ced42ae969dda031fd889ced60ee13bc90721138.tar.lz
gsoc2013-evolution-ced42ae969dda031fd889ced60ee13bc90721138.tar.xz
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/ChangeLog9
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