[gnome-contacts] Showing separator between every contact.



commit 5a666f49e3add35dd12fc6ac61279a685c2fd218
Author: Erick PÃrez Castellanos <erick red gmail com>
Date:   Sun Dec 2 11:22:01 2012 -0500

    Showing separator between every contact.
    
    This will help differentiate when the check-boxes of selection
    appear.

 src/contacts-view.vala |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/contacts-view.vala b/src/contacts-view.vala
index a273cbf..a9503cd 100644
--- a/src/contacts-view.vala
+++ b/src/contacts-view.vala
@@ -300,8 +300,7 @@ public class Contacts.View : Egg.ListBox {
       return;
     }
 
-    if (before_data != null &&
-	w_data.initial_letter != before_data.initial_letter) {
+    if (before_data != null) {
       if (separator == null || !(separator is Separator))
 	separator = new Separator (Orientation.HORIZONTAL);
       return;


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