diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index e418ea3..c2b9948 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -88,6 +88,10 @@ public class Contacts.ListPane : Frame {
filter_entry_changed_id = Timeout.add (300, filter_entry_changed_timeout);
}
+ public ListPane (Store contacts_store) {
+ Object (store: contacts_store);
+ }
+
construct {
search_tool_item.set_expand (true);
filter_entry.changed.connect (filter_entry_changed);
diff --git a/src/contacts-window.ui b/src/contacts-window.ui
index 1f93576..7a7da4a 100644
--- a/src/contacts-window.ui
+++ b/src/contacts-window.ui
@@ -22,7 +22,7 @@
True
False
-