From a9495bd904247b9d685258652556cd9f337a1e38 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Mon, 3 Jan 2005 05:35:58 +0000 Subject: Fixing bug 61068 (removing a white space in a string) 2004-12-21 Andre Klapper * tools/evolution-addressbook-export.c: Fixing bug 61068 (removing a white space in a string) svn path=/trunk/; revision=28211 --- addressbook/ChangeLog | 5 +++++ addressbook/tools/evolution-addressbook-export.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3122294aef..3234b0f4e5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2004-12-21 Andre Klapper + + * tools/evolution-addressbook-export.c: + Fixing bug 61068 (removing a white space in a string). + 2004-12-23 Sivaiah Nallagatla Part of merge from offline branch diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index 3a6be69446..070436dc0d 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -58,7 +58,7 @@ main (int argc, char **argv) {"list-addressbook-folders", 'l', POPT_ARG_NONE, &list_folders_mode, 0, N_("List local addressbook folders"), NULL}, {"format", '\0', POPT_ARG_STRING, &output_format, 0, N_("Show cards as vcard or csv file"), N_("[vcard|csv]")}, - {"async", 'a', POPT_ARG_NONE, &async_mode, 0, N_("Export in asynchronous mode "), NULL}, + {"async", 'a', POPT_ARG_NONE, &async_mode, 0, N_("Export in asynchronous mode"), NULL}, {"size", '\0', POPT_ARG_INT, &file_size, 0, N_("The number of cards in one output file in asychronous mode, default size 100."), N_("NUMBER")}, {NULL, '\0', 0, NULL, 0, NULL, NULL} -- cgit v1.2.3