From 35c7cc901818b753634113241f1d85231d4624c3 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 23 Mar 2001 02:09:29 +0000 Subject: Fix some warnings, Allow the importers to import into any folder. Update Fix some warnings, Allow the importers to import into any folder. Update all importers for this change. Don't emit the create_folder callback if the folder to be created already exists. This should fix the libibex crash when importing. svn path=/trunk/; revision=8912 --- shell/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 001b047f4f..ccee247b77 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,22 @@ +2001-03-22 Iain Holmes + + * importer/evolution-importer-listener.c (evolution_importer_listener_new): + Remove the usage of the corba_object thing. + (evolution_importer_listener_construct): Ditto. + + * e-local-storage.c (real_do_folder_create): Revert the e_mkdir_hier call + to two seperate calls to mkdir. If the directory exists, just call the + callback and notify the listener. + + * importer/GNOME_Evolution_Importer.idl: Add a folderpath paramater to the + loadFile method. + + * importer/evolution-importer.[ch]: Update for the new folderpath param. + + * importer/evolution-importer-client.[ch]: Ditto. + + * importer/importer.c: Ditto. + 2001-03-22 Ettore Perazzoli * e-storage-set-view.c (motion_notify_event): Unref the target -- cgit