Created attachment 77256 [details] [review] contact-list-C-example-fix-iterating.patch telepathy-exampple-contact-list don't interate through contacts, and it shows n-times first account (from n others)
Comment on attachment 77256 [details] [review] contact-list-C-example-fix-iterating.patch Review of attachment 77256 [details] [review]: ----------------------------------------------------------------- ::: examples/client/contact-list.c @@ +31,4 @@ > accounts = tp_account_manager_dup_valid_accounts (manager); > for (l = accounts; l != NULL; l = l->next) > { > + TpAccount *account = l->data; Thanks, well caught. I'll apply this in a moment.
Fixed in git for 0.20.2 and 0.21.0, thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.