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/mail-accounts.c | |
parent | 16b54010c94762d2032c7a61c6b2847f8ba2c3ea (diff) | |
download | gsoc2013-evolution-947522009ef1794a2fcb5830e1639bf858cfe027.tar gsoc2013-evolution-947522009ef1794a2fcb5830e1639bf858cfe027.tar.gz gsoc2013-evolution-947522009ef1794a2fcb5830e1639bf858cfe027.tar.bz2 gsoc2013-evolution-947522009ef1794a2fcb5830e1639bf858cfe027.tar.lz gsoc2013-evolution-947522009ef1794a2fcb5830e1639bf858cfe027.tar.xz 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/mail-accounts.c')
-rw-r--r-- | mail/mail-accounts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-accounts.c b/mail/mail-accounts.c index afcc22f83b..f3c16f50b2 100644 --- a/mail/mail-accounts.c +++ b/mail/mail-accounts.c @@ -228,7 +228,6 @@ account_delete_clicked (GtkButton *button, gpointer user_data) ans = gtk_dialog_run ((GtkDialog *) confirm); gtk_widget_destroy (confirm); - g_object_unref (confirm); if (ans == GTK_RESPONSE_YES) { int len; |