[gnome-contacts/wip/nielsdg/fix-setup-screen: 6/6] AccountsList: Fix no address book being selectable
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts/wip/nielsdg/fix-setup-screen: 6/6] AccountsList: Fix no address book being selectable
- Date: Mon, 24 Aug 2020 05:37:58 +0000 (UTC)
commit 81af86fb6674dc54b32a8f3d0ff2fd2fa34537d2
Author: Niels De Graef <nielsdegraef gmail com>
Date: Wed Aug 19 23:14:36 2020 +0200
AccountsList: Fix no address book being selectable
src/contacts-accounts-list.vala | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/contacts-accounts-list.vala b/src/contacts-accounts-list.vala
index 1d92b781..7e966579 100644
--- a/src/contacts-accounts-list.vala
+++ b/src/contacts-accounts-list.vala
@@ -109,6 +109,7 @@ public class Contacts.AccountsList : ListBox {
"vexpand", true,
"hexpand", true);
row.add (checkmark);
+ row.set_activatable_widget (checkmark);
row.set_data ("checkmark", checkmark);
add (row);
@@ -132,6 +133,7 @@ public class Contacts.AccountsList : ListBox {
"vexpand", true,
"hexpand", true);
local_row.add (checkmark);
+ local_row.set_activatable_widget (checkmark);
local_row.set_data ("checkmark", checkmark);
local_row.set_data ("store", local_store);
add (local_row);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]