aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-12-08 02:44:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-12-08 02:44:46 +0800
commit0bf2d899d8c14f8f54aea57ceb3ffbb010e581fe (patch)
tree750a365f7e9dddc23e8d9bbe18899cfae565b832 /composer/ChangeLog
parent70b1993d5e762672eecdb8dd0dfb3a4189189921 (diff)
downloadgsoc2013-evolution-0bf2d899d8c14f8f54aea57ceb3ffbb010e581fe.tar
gsoc2013-evolution-0bf2d899d8c14f8f54aea57ceb3ffbb010e581fe.tar.gz
gsoc2013-evolution-0bf2d899d8c14f8f54aea57ceb3ffbb010e581fe.tar.bz2
gsoc2013-evolution-0bf2d899d8c14f8f54aea57ceb3ffbb010e581fe.tar.lz
gsoc2013-evolution-0bf2d899d8c14f8f54aea57ceb3ffbb010e581fe.tar.xz
gsoc2013-evolution-0bf2d899d8c14f8f54aea57ceb3ffbb010e581fe.tar.zst
gsoc2013-evolution-0bf2d899d8c14f8f54aea57ceb3ffbb010e581fe.zip
Fix for bug #33295
2002-12-07 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #33295 * e-msg-composer-attachment.c: Change the parent_class to a GObjectClass pointer instead of a GtkObjectClass pointer. (e_msg_composer_attachment_edit): Ref the attachment object so that if the attachment is removed while it is still being edited, the attachment object will still exist and therefor foil the user's attempt to make Evolution crash when they close the properties dialog for this attachment. (close_cb): Unref the attachment object. svn path=/trunk/; revision=19053
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index ae0520d217..b5fe6fd3b6 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,16 @@
+2002-12-07 Jeffrey Stedfast <fejj@ximian.com>
+
+ Fix for bug #33295
+
+ * e-msg-composer-attachment.c: Change the parent_class to a
+ GObjectClass pointer instead of a GtkObjectClass pointer.
+ (e_msg_composer_attachment_edit): Ref the attachment object so
+ that if the attachment is removed while it is still being edited,
+ the attachment object will still exist and therefor foil the
+ user's attempt to make Evolution crash when they close the
+ properties dialog for this attachment.
+ (close_cb): Unref the attachment object.
+
2002-12-03 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (message_rfc822_dnd): Get rid of the unused