[gnome-contacts] ListPane: removed "Other Contacts" section



commit bd1992bc41c0a163178cf05e2c287fc4b98a8846
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sun May 11 13:24:07 2014 -0400

    ListPane: removed "Other Contacts" section
    
    Fixed: https://bugzilla.gnome.org/show_bug.cgi?id=727808

 src/contacts-list-pane.vala |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index 5c8155b..e418ea3 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -73,11 +73,6 @@ public class Contacts.ListPane : Frame {
     }
 
     contacts_view.set_filter_values (values);
-
-    if (values == null)
-      contacts_view.set_show_subset (View.Subset.ALL);
-    else
-      contacts_view.set_show_subset (View.Subset.ALL_SEPARATED);
   }
 
   private bool filter_entry_changed_timeout () {
@@ -97,7 +92,6 @@ public class Contacts.ListPane : Frame {
     search_tool_item.set_expand (true);
     filter_entry.changed.connect (filter_entry_changed);
 
-    contacts_view.set_show_subset (View.Subset.ALL);
     contacts_view.selection_changed.connect( (l, contact) => {
         if (!ignore_selection_change)
           selection_changed (contact);


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