[evolution-data-server] Bug #224687 - Skip ignored destinations in destination_get_address()



commit 79e0bffc9f51c8a8944dc8463d594ccc4d812d76
Author: Dan VrÃtil <dvratil redhat com>
Date:   Wed Jun 29 08:34:18 2011 +0200

    Bug #224687 - Skip ignored destinations in destination_get_address()

 addressbook/libebook/e-destination.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libebook/e-destination.c b/addressbook/libebook/e-destination.c
index c7c569d..aff42df 100644
--- a/addressbook/libebook/e-destination.c
+++ b/addressbook/libebook/e-destination.c
@@ -986,7 +986,7 @@ destination_get_address (const EDestination *dest,
 			destination_get_address (list_dest, addr);
 		}
 
-	} else {
+	} else if (!dest->priv->ignored) {
 		const gchar *name, *email;
 		name = e_destination_get_name (dest);
 		email = e_destination_get_email (dest);



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