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:
committed by
Chris Lahey
parent
a5aed7b0a7
commit
ac299fc886
@ -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
|
||||
|
||||
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user