[gnome-contacts] Contacts.ListPane: show all contacts by default



commit 74320d3f41251891581eb0eee22b6743a602b9ee
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Thu Aug 15 21:24:23 2013 -0400

    Contacts.ListPane: show all contacts by default

 src/contacts-list-pane.vala |    2 +-
 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"));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]