From b7bc2ba10f00bf35fb6615e9565e69618b1528d3 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 17 Aug 2009 13:18:03 +0100 Subject: no need to check for the size of the hash table --- libempathy/empathy-account-manager.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index 45d906889..0bc0fe6f1 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -496,8 +496,7 @@ do_dispose (GObject *obj) priv->dispose_run = TRUE; - if (priv->create_results != NULL && - g_hash_table_size (priv->create_results) > 0) + if (priv->create_results != NULL) { /* the manager is being destroyed while there are account creation * processes pending; this should not happen, but emit the callbacks -- cgit v1.2.3