From 31ef7d012ce3fe7ab4872f4864deaf4230feede1 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 17 Aug 2009 17:54:25 +0100 Subject: Use the remove function account --- src/empathy-accounts-dialog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 87d93c5ae..98d31b3b9 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -1152,8 +1152,7 @@ accounts_dialog_response_cb (GtkWidget *widget, /* FIXME: Warn the user the account is not * complete and is going to be removed. */ - empathy_account_manager_remove - (priv->account_manager, account); + empathy_account_remove_async (account, NULL, NULL); g_object_unref (account); } -- cgit v1.2.3