summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-10-29 11:02:09 +0100
committerMurray Cumming <murrayc@murrayc.com>2008-10-29 11:02:09 +0100
commitbbc11ac7e4c8258fbb71f7a68e7f2233e515ac57 (patch)
tree8d1a2816e0d45579ebc68261b3cd91c0d24eb7b7 /ChangeLog
parente1e77acaa801be643147145b0e8601c9eeb5cf63 (diff)
2008-09-26 Murray Cumming <murrayc@murrayc.com>
* docs/examples/list_contacts/main.c: Try to catch connection problems via the status_changed callback.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a1ab0b..3538065 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-09-26 Murray Cumming <murrayc@murrayc.com>
+ * docs/examples/list_contacts/main.c: Try to catch connection problems
+ via the status_changed callback.
+
+2008-09-26 Murray Cumming <murrayc@murrayc.com>
+
* docs/examples/list_contacts/: Added the beginnings of another example.
So far it just tries to create the connection so it can later get the
contacts from it.