From aceae3820a5f3e1111a430db5c80aad404d3244a Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 28 Apr 2003 10:14:13 +0000 Subject: [ fixes bug #41843] use e_card_simple_get_ecard_field instead of 2003-04-28 Chris Toshok [ fixes bug #41843] * tools/evolution-addressbook-export-list-cards.c (e_card_simple_csv_get_name): use e_card_simple_get_ecard_field instead of e_card_simple_get_name, so the return value won't be localized. svn path=/trunk/; revision=20978 --- addressbook/tools/evolution-addressbook-export-list-cards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/tools') diff --git a/addressbook/tools/evolution-addressbook-export-list-cards.c b/addressbook/tools/evolution-addressbook-export-list-cards.c index 5569dea1f3..e004f8135d 100644 --- a/addressbook/tools/evolution-addressbook-export-list-cards.c +++ b/addressbook/tools/evolution-addressbook-export-list-cards.c @@ -296,7 +296,7 @@ e_card_simple_csv_get_name (ECardSimpleFieldCSV csv_field) if (simple_field != NOMAP) { a_simple_card = E_CARD_SIMPLE (g_object_new (E_TYPE_CARD_SIMPLE, NULL)); - name = g_strdup (e_card_simple_get_name (a_simple_card, simple_field)); + name = g_strdup (e_card_simple_get_ecard_field (a_simple_card, simple_field)); g_object_unref (G_OBJECT (a_simple_card)); } else { name = g_strdup (csv_field_data[csv_field].csv_name); -- cgit v1.2.3