From 3a9622dc01243eb969a06dc9087cc1913ddf9fe2 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 21 Jun 2007 18:18:48 +0000 Subject: Fix typo causing warnings. 2007-06-21 Xavier Claessens * libempathy/empathy-tp-contact-list.c: Fix typo causing warnings. svn path=/trunk/; revision=165 --- ChangeLog | 4 ++++ libempathy/empathy-tp-contact-list.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b62a77f0f..5d0cc1a9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-21 Xavier Claessens + + * libempathy/empathy-tp-contact-list.c: Fix typo causing warnings. + 2007-06-21 Xavier Claessens * libempathy-gtk/empathy-contact-dialogs.c: diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index d94eb071e..c435218e8 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -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); } -- cgit v1.2.3