[gnome-contacts] Revert accidental commit of test code



commit 2ab337e011b3e72aac07bdabad660a23fd0a59e2
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Jun 21 09:57:04 2011 +0200

    Revert accidental commit of test code

 src/contacts-store.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-store.vala b/src/contacts-store.vala
index 18cc370..2f0fb6c 100644
--- a/src/contacts-store.vala
+++ b/src/contacts-store.vala
@@ -49,7 +49,7 @@ public class Contacts.Store  {
 
 	private bool apply_filter (Contact contact) {
 	  	// Don't show the user itself
-		if (false&&contact.individual.is_user)
+		if (contact.individual.is_user)
 		  return false;
 
 		var personas = contact.individual.personas;



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