diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-03-23 10:09:29 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-03-23 10:09:29 +0800 |
commit | 35c7cc901818b753634113241f1d85231d4624c3 (patch) | |
tree | 36c225a7d4a2ed0f4f4ba6931fda38827134e1fe /shell/e-storage.h | |
parent | 01e19198a88f491251dd2c3d824bd771eebc3e3e (diff) | |
download | gsoc2013-evolution-35c7cc901818b753634113241f1d85231d4624c3.tar.gz gsoc2013-evolution-35c7cc901818b753634113241f1d85231d4624c3.tar.zst gsoc2013-evolution-35c7cc901818b753634113241f1d85231d4624c3.zip |
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
Diffstat (limited to 'shell/e-storage.h')
-rw-r--r-- | shell/e-storage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-storage.h b/shell/e-storage.h index 5a986a5b1a..bd3ef5a61c 100644 --- a/shell/e-storage.h +++ b/shell/e-storage.h @@ -55,7 +55,8 @@ enum _EStorageResult { E_STORAGE_NOTIMPLEMENTED, E_STORAGE_PERMISSIONDENIED, E_STORAGE_UNSUPPORTEDOPERATION, - E_STORAGE_UNSUPPORTEDTYPE + E_STORAGE_UNSUPPORTEDTYPE, + E_STORAGE_INVALIDNAME }; typedef enum _EStorageResult EStorageResult; |