summaryrefslogtreecommitdiff
path: root/examples/client/contact-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/client/contact-list.c')
-rw-r--r--examples/client/contact-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/client/contact-list.c b/examples/client/contact-list.c
index 6e5d66adc..75bd86ef9 100644
--- a/examples/client/contact-list.c
+++ b/examples/client/contact-list.c
@@ -90,7 +90,7 @@ main (int argc,
tp_simple_client_factory_add_contact_features_varargs (factory,
TP_CONTACT_FEATURE_ALIAS,
TP_CONTACT_FEATURE_CONTACT_GROUPS,
- TP_CONTACT_FEATURE_INVALID);
+ 0);
tp_proxy_prepare_async (manager, NULL, account_manager_prepared_cb, loop);