Made a const char * here.

2001-05-09  Christopher James Lahey  <clahey@ximian.com>

	* importers/evolution-mbox-importer.c (load_file_fn): Made a const
	char * here.

svn path=/trunk/; revision=9729
This commit is contained in:
Christopher James Lahey
2001-05-09 19:52:57 +00:00
committed by Chris Lahey
parent a5aed7b0a7
commit ac299fc886
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-05-09 Christopher James Lahey <clahey@ximian.com>
* importers/evolution-mbox-importer.c (load_file_fn): Made a const
char * here.
2001-05-08 Iain Holmes <iain@ximian.com>
* mail-config.[ch]: Moved all references to the Bonobo stuff into the .c file

View File

@ -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 */