]> git.0d.be Git - empathy.git/commitdiff
Fix typo causing warnings.
authorXavier Claessens <xclaesse@gmail.com>
Thu, 21 Jun 2007 18:18:48 +0000 (18:18 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 21 Jun 2007 18:18:48 +0000 (18:18 +0000)
2007-06-21 Xavier Claessens  <xclaesse@gmail.com>

* libempathy/empathy-tp-contact-list.c: Fix typo causing warnings.

svn path=/trunk/; revision=165

ChangeLog
libempathy/empathy-tp-contact-list.c

index b62a77f0f0ebfa6b9ded15ac159fefd4760de5fe..5d0cc1a9dcfd043cb2b3f5acb1af5ab4a7aa9566 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-21 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-tp-contact-list.c: Fix typo causing warnings.
+
 2007-06-21 Xavier Claessens  <xclaesse@gmail.com>
 
        * libempathy-gtk/empathy-contact-dialogs.c:
index d94eb071e3d4fc7445dd1a70bea32a0e2ff9f396..c435218e860dc764003610c67ab8171766e39a2a 100644 (file)
@@ -503,7 +503,7 @@ tp_contact_list_get_members (EmpathyContactList *list)
 
        priv = GET_PRIV (list);
 
-       g_list_foreach (priv->local_pending, (GFunc) g_object_ref, NULL);
+       g_list_foreach (priv->members, (GFunc) g_object_ref, NULL);
        return g_list_copy (priv->members);
 }