]> git.0d.be Git - empathy.git/commitdiff
Add a small comment about emp_account_manager_update_global_presence
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 30 Jul 2009 17:29:35 +0000 (19:29 +0200)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 30 Jul 2009 17:29:35 +0000 (19:29 +0200)
libempathy/empathy-account-manager.c

index c199e1d3e02c0b30e014b617106aeb422c393f4e..2057581d4c942a9b7c3110a861350b4a713ef0fe 100644 (file)
@@ -150,6 +150,9 @@ emp_account_manager_update_global_presence (EmpathyAccountManager *manager)
   GHashTableIter iter;
   gpointer value;
 
   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))
     {
   g_hash_table_iter_init (&iter, priv->accounts);
   while (g_hash_table_iter_next (&iter, NULL, &value))
     {