aboutsummaryrefslogtreecommitdiffstats
path: root/list-chat-contacts.c
diff options
context:
space:
mode:
Diffstat (limited to 'list-chat-contacts.c')
-rw-r--r--list-chat-contacts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/list-chat-contacts.c b/list-chat-contacts.c
index eb262a9..0f8a9e4 100644
--- a/list-chat-contacts.c
+++ b/list-chat-contacts.c
@@ -35,7 +35,7 @@ main(int argc, char *argv[])
if (!user)
eprintf("getpwuid: %s\n", errno ? strerror(errno) : "user does not exist");
- if (libcontacts_load_contacts(&contacts, user))
+ if (libcontacts_load_contacts(&contacts, user, 0))
eprintf("libcontacts_load_contacts:");
for (i = 0; contacts[i]; i++) {
if ((chats = contacts[i]->chats)) {