summaryrefslogtreecommitdiff
path: root/src/contacts-list-pane.vala
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2013-08-15 21:24:23 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2013-08-16 15:46:58 -0400
commit74320d3f41251891581eb0eee22b6743a602b9ee (patch)
treed614ce308a2803eb14e0bce0de332d58c7e9ff22 /src/contacts-list-pane.vala
parentb3fab8ffb5dacea61c98d998fb40826ee3b33fbf (diff)
downloadgnome-contacts-74320d3f41251891581eb0eee22b6743a602b9ee.tar.gz
Contacts.ListPane: show all contacts by default
Diffstat (limited to 'src/contacts-list-pane.vala')
-rw-r--r--src/contacts-list-pane.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index 2df5245..5ac4c4b 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -79,7 +79,7 @@ public class Contacts.ListPane : Frame {
toolbar.set_vexpand (false);
toolbar.set_hexpand (true);
- contacts_view.set_show_subset (View.Subset.MAIN);
+ contacts_view.set_show_subset (View.Subset.ALL);
filter_entry = new SearchEntry ();
filter_entry.set_placeholder_text (_("Type to search"));