aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-18 00:54:25 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-18 00:54:25 +0800
commit31ef7d012ce3fe7ab4872f4864deaf4230feede1 (patch)
tree7fb6c32ca18ace63441ee25774a56a0f6c638af1
parentd7ad9a427fa8c11bcee8628a0bb5f56602fc84b3 (diff)
downloadgsoc2013-empathy-31ef7d012ce3fe7ab4872f4864deaf4230feede1.tar
gsoc2013-empathy-31ef7d012ce3fe7ab4872f4864deaf4230feede1.tar.gz
gsoc2013-empathy-31ef7d012ce3fe7ab4872f4864deaf4230feede1.tar.bz2
gsoc2013-empathy-31ef7d012ce3fe7ab4872f4864deaf4230feede1.tar.lz
gsoc2013-empathy-31ef7d012ce3fe7ab4872f4864deaf4230feede1.tar.xz
gsoc2013-empathy-31ef7d012ce3fe7ab4872f4864deaf4230feede1.tar.zst
gsoc2013-empathy-31ef7d012ce3fe7ab4872f4864deaf4230feede1.zip
Use the remove function account
-rw-r--r--src/empathy-accounts-dialog.c3
1 files changed, 1 insertions, 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);
}