summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-02 10:09:34 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-02 10:09:34 +0100
commit484abc61967d4b18b8aa97f9fe5b15d6e9475920 (patch)
treeaada6fc1cf697a83c3a2062a3534b39d5d3f8090 /examples
parenta0f78fab8b33eae3855f905b99c2b6f2228eef2b (diff)
parentc7dab2d3c6936443fb4aee43f54defa81b5dc592 (diff)
downloadtelepathy-glib-484abc61967d4b18b8aa97f9fe5b15d6e9475920.tar.gz
Merge branch 'telepathy-glib-0.20'
Diffstat (limited to 'examples')
-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 36b973443..5ed82a4af 100644
--- a/examples/client/contact-list.c
+++ b/examples/client/contact-list.c
@@ -31,7 +31,7 @@ account_manager_prepared_cb (GObject *object,
accounts = tp_account_manager_dup_valid_accounts (manager);
for (l = accounts; l != NULL; l = l->next)
{
- TpAccount *account = accounts->data;
+ TpAccount *account = l->data;
TpConnection *connection = tp_account_get_connection (account);
GPtrArray *contacts;
guint i;