From 4e38b2c3eab6a2a19906db5c4933870beb6ce626 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Thu, 30 Jul 2009 19:29:35 +0200 Subject: [PATCH] Add a small comment about emp_account_manager_update_global_presence --- libempathy/empathy-account-manager.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index c199e1d3..2057581d 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -150,6 +150,9 @@ emp_account_manager_update_global_presence (EmpathyAccountManager *manager) GHashTableIter iter; gpointer value; + /* Make the global presence is equal to the presence of the account with the + * highest availability */ + g_hash_table_iter_init (&iter, priv->accounts); while (g_hash_table_iter_next (&iter, NULL, &value)) { -- 2.39.2