From ac299fc8867f93856cf468ef6a971053ba4cc8a0 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 9 May 2001 19:52:57 +0000 Subject: [PATCH] Made a const char * here. 2001-05-09 Christopher James Lahey * importers/evolution-mbox-importer.c (load_file_fn): Made a const char * here. svn path=/trunk/; revision=9729 --- mail/ChangeLog | 5 +++++ mail/importers/evolution-mbox-importer.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 10974bcfd1..019aec7066 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-05-09 Christopher James Lahey + + * importers/evolution-mbox-importer.c (load_file_fn): Made a const + char * here. + 2001-05-08 Iain Holmes * mail-config.[ch]: Moved all references to the Bonobo stuff into the .c file diff --git a/mail/importers/evolution-mbox-importer.c b/mail/importers/evolution-mbox-importer.c index ef9b9f1ca5..a6ee6cab29 100644 --- a/mail/importers/evolution-mbox-importer.c +++ b/mail/importers/evolution-mbox-importer.c @@ -236,7 +236,8 @@ load_file_fn (EvolutionImporter *eimporter, if (folderpath == NULL || *folderpath == '\0') importer->folder = mail_tool_get_local_inbox (NULL); else { - char *parent, *name; + char *parent; + const char *name; BonoboListener *listener; /* Make a new directory */