diff options
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 13 |
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 |