hi all, this patch fixes bug 61068 and should go into HEAD (2.1). please commit since i do not have cvs write access. for any feedback please cc me since i am not a member of this list (like always...). cheerio & have a nice christmas, andre -- mailto:ak-47 gmx net | failed! http://www.iomc.de
Index: evolution/addressbook/ChangeLog =================================================================== RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v retrieving revision 1.1877 diff -u -r1.1877 ChangeLog --- evolution/addressbook/ChangeLog 15 Dec 2004 09:16:23 -0000 1.1877 +++ evolution/addressbook/ChangeLog 21 Dec 2004 18:08:37 -0000 @@ -1,3 +1,7 @@ +2004-12-21 Andre Klapper <a9016009 gmx de> + * tools/evolution-addressbook-export.c: + Fixing bug 61068 (removing a white space in a string). + 2004-12-13 Vivek Jain <jvivek novell com> * gui/component/addressbook-config.c (addressbook_config_edit_source): set the Index: evolution/addressbook//tools/evolution-addressbook-export.c =================================================================== RCS file: /cvs/gnome/evolution/addressbook/tools/evolution-addressbook-export.c,v retrieving revision 1.5 diff -u -r1.5 evolution-addressbook-export.c --- evolution/addressbook/tools/evolution-addressbook-export.c 27 Oct 2004 16:06:52 -0000 1.5 +++ evolution/addressbook/tools/evolution-addressbook-export.c 21 Dec 2004 18:04:59 -0000 @@ -58,7 +58,7 @@ {"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}
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil