[telepathy-glib/master] account-manager: no need to refresh properties on account when ensuring all accounts
Jonny Lamb
jonny.lamb at collabora.co.uk
Mon Sep 28 07:39:00 PDT 2009
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
telepathy-glib/account-manager.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c
index 34b5eeb..a92204d 100644
--- a/telepathy-glib/account-manager.c
+++ b/telepathy-glib/account-manager.c
@@ -175,7 +175,6 @@ _tp_account_manager_ensure_all_accounts (TpAccountManager *manager,
name = g_ptr_array_index (accounts, i);
account = tp_account_manager_ensure_account (manager, name);
- tp_account_refresh_properties (account);
}
missing_accounts = g_hash_table_size (priv->accounts) - accounts->len;
--
1.5.6.5
More information about the telepathy-commits
mailing list