aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-01-22 03:12:37 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-01-22 03:12:37 +0800
commit947522009ef1794a2fcb5830e1639bf858cfe027 (patch)
treeca990db5eef104aed0a5e90cd5ed08612b198ca8 /mail/mail-config.c
parent16b54010c94762d2032c7a61c6b2847f8ba2c3ea (diff)
downloadgsoc2013-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-config.c')
-rw-r--r--mail/mail-config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c
index b370c96932..a6be7afa8d 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -886,7 +886,6 @@ mail_config_remove_account (EAccount *account)
}
e_list_remove ((EList *) config->accounts, account);
- g_object_unref (account);
mail_config_save_accounts ();
}