[Telepathy-commits] [telepathy-glib/master] contact list example: use the proper list when authorizing contacts.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Mon Mar 9 11:00:52 PDT 2009


Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
---
 examples/cm/contactlist/contact-list-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/cm/contactlist/contact-list-manager.c b/examples/cm/contactlist/contact-list-manager.c
index e522073..082fc30 100644
--- a/examples/cm/contactlist/contact-list-manager.c
+++ b/examples/cm/contactlist/contact-list-manager.c
@@ -1148,7 +1148,7 @@ receive_authorized (gpointer p)
   ExampleContactDetails *d;
   TpIntSet *set;
   ExampleContactList *subscribe = s->self->priv->lists[
-    EXAMPLE_CONTACT_LIST_STORED];
+    EXAMPLE_CONTACT_LIST_SUBSCRIBE];
 
   /* A remote contact has accepted our request to see their presence.
    *
-- 
1.5.6.5



More information about the telepathy-commits mailing list