[empathy/mc5: 229/483] Add a small comment about emp_account_manager_update_global_presence



commit 4e38b2c3eab6a2a19906db5c4933870beb6ce626
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Thu Jul 30 19:29:35 2009 +0200

    Add a small comment about emp_account_manager_update_global_presence

 libempathy/empathy-account-manager.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c
index c199e1d..2057581 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))
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]