[evolution-data-server] Revert patch for bug #514041



commit a73166f3908a108243592c6802af9e0b531cf6bc
Author: Milan Crha <mcrha redhat com>
Date:   Wed Dec 14 10:19:24 2011 +0100

    Revert patch for bug #514041
    
    See the bug for more information:
    https://bugzilla.gnome.org/show_bug.cgi?id=514041#c9

 addressbook/libebook/e-contact.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libebook/e-contact.c b/addressbook/libebook/e-contact.c
index 90d4254..edccdbe 100644
--- a/addressbook/libebook/e-contact.c
+++ b/addressbook/libebook/e-contact.c
@@ -1616,7 +1616,7 @@ e_contact_get (EContact *contact,
 					g_string_append (str, (gchar *) v->data);
 					v = v->next;
 					if (v)
-						g_string_append (str, ", ");
+						g_string_append_c (str, ',');
 				}
 
 				rv = g_string_free (str, FALSE);



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