[gnome-contacts] AddreeBookList: Fix local addressbook isn't set as default addressbook
- From: Niels De Graef <nielsdg src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-contacts] AddreeBookList: Fix local addressbook isn't set as default addressbook
 
- Date: Sun, 29 Mar 2020 17:01:19 +0000 (UTC)
 
commit 80c4ea3450912f24514437b7e70df1f0a03b114f
Author: Julian Sparber <julian sparber net>
Date:   Fri Mar 27 17:49:29 2020 +0100
    AddreeBookList: Fix local addressbook isn't set as default addressbook
    
    Fixes: https://gitlab.gnome.org/GNOME/gnome-contacts/-/issues/168
    
    Signed-off-by: Julian Sparber <julian sparber net>
 src/contacts-accounts-list.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/contacts-accounts-list.vala b/src/contacts-accounts-list.vala
index fb896b1..8c0f0be 100644
--- a/src/contacts-accounts-list.vala
+++ b/src/contacts-accounts-list.vala
@@ -132,6 +132,7 @@ public class Contacts.AccountsList : ListBox {
                      "hexpand", true);
       local_row.add_action (checkmark);
       local_row.set_data ("checkmark", checkmark);
+      local_row.set_data ("store", local_store);
       add (local_row);
       if (select_active &&
           local_store == this.contacts_store.aggregator.primary_store) {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]