diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-01-22 03:12:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-22 03:12:37 +0800 |
commit | 947522009ef1794a2fcb5830e1639bf858cfe027 (patch) | |
tree | ca990db5eef104aed0a5e90cd5ed08612b198ca8 /mail/ChangeLog | |
parent | 16b54010c94762d2032c7a61c6b2847f8ba2c3ea (diff) | |
download | gsoc2013-evolution-947522009ef1794a2fcb5830e1639bf858cfe027.tar.gz gsoc2013-evolution-947522009ef1794a2fcb5830e1639bf858cfe027.tar.zst gsoc2013-evolution-947522009ef1794a2fcb5830e1639bf858cfe027.zip |
Don't unref the account object, e_list_remove() apparently handles this
2003-01-21 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.c (mail_config_remove_account): Don't unref the
account object, e_list_remove() apparently handles this for us.
* mail-accounts.c (account_delete_clicked): Don't unref the
confirm dialog, it was already destroyed.
svn path=/trunk/; revision=19541
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9c2b8c1168..3f1613d04c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2003-01-21 Jeffrey Stedfast <fejj@ximian.com> + + * mail-config.c (mail_config_remove_account): Don't unref the + account object, e_list_remove() apparently handles this for us. + + * mail-accounts.c (account_delete_clicked): Don't unref the + confirm dialog, it was already destroyed. + 2003-01-20 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.schemas: Default to hiding deleted |