aboutsummaryrefslogtreecommitdiffstats
path: root/find-contact-by-chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'find-contact-by-chat.c')
-rw-r--r--find-contact-by-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-contact-by-chat.c b/find-contact-by-chat.c
index 529b32c..1a060aa 100644
--- a/find-contact-by-chat.c
+++ b/find-contact-by-chat.c
@@ -40,7 +40,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, 1))
eprintf("libcontacts_load_contacts:");
for (i = 0; contacts[i]; i++) {
if ((chats = contacts[i]->chats)) {