From f279ef77739402511ee73a400655cc57c660426d Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sun, 27 Aug 2017 22:46:33 +0200 Subject: Cleanup: Remove App singleton --- src/contacts-accounts-list.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/contacts-accounts-list.vala') diff --git a/src/contacts-accounts-list.vala b/src/contacts-accounts-list.vala index 85c6aca..4cbadf3 100644 --- a/src/contacts-accounts-list.vala +++ b/src/contacts-accounts-list.vala @@ -77,7 +77,7 @@ public class Contacts.AccountsList : Box { } PersonaStore local_store = null; - foreach (var persona_store in App.get_eds_address_books ()) { + foreach (var persona_store in Utils.get_eds_address_books (this.contacts_store)) { if (persona_store.id == "system-address-book") { local_store = persona_store; continue; -- cgit v1.2.1