[Telepathy-commits] [telepathy-gabble/master] conn-olpc: improve comments

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 26 10:02:48 PDT 2008


20080728155506-7fe3f-d6593f82a206be04ef36f12bc70f44b3a1b5e5b9.gz
---
 src/conn-olpc.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/conn-olpc.c b/src/conn-olpc.c
index d9e00ad..15973a1 100644
--- a/src/conn-olpc.c
+++ b/src/conn-olpc.c
@@ -3049,6 +3049,7 @@ populate_buddies_from_nodes (GabbleConnection *conn,
 
           DEBUG ("Invalid jid: %s", jid);
 
+          /* Free the ressources previously allocated */
           for (i = 0; i < buddies->len; i++)
             tp_handle_unref (contact_repo, g_array_index (buddies, TpHandle,
                   i));
@@ -3234,7 +3235,7 @@ activity_added (GabbleConnection *conn,
   add_activities_to_view_from_node (conn, view, added);
 }
 
-/* if activity is not zero, buddies are associated with the passed
+/* if activity is not zero, buddies are associated with the given
  * activity room */
 static gboolean
 add_buddies_to_view_from_node (GabbleConnection *conn,
-- 
1.5.6.5




More information about the Telepathy-commits mailing list