[evolution-data-server] Bug #514041 - Add space between categories
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug #514041 - Add space between categories
- Date: Fri, 9 Apr 2010 07:42:02 +0000 (UTC)
commit 17dd87155a15678d432d60c9242c2de5564c076b
Author: punit <jpunit novell com>
Date: Fri Apr 9 09:41:28 2010 +0200
Bug #514041 - Add space between categories
addressbook/libebook/e-contact.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/libebook/e-contact.c b/addressbook/libebook/e-contact.c
index 049f792..183336a 100644
--- a/addressbook/libebook/e-contact.c
+++ b/addressbook/libebook/e-contact.c
@@ -1530,13 +1530,12 @@ e_contact_get (EContact *contact, EContactField field_id)
g_string_append (str, (gchar *)v->data);
v = v->next;
if (v)
- g_string_append_c (str, ',');
+ g_string_append (str, ", ");
}
rv = g_string_free (str, FALSE);
}
return rv;
- break;
}
default:
g_warning ("unhandled synthetic field 0x%02x", info->field_id);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]