diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-23 05:41:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-23 05:41:32 +0800 |
commit | bb662dceb3894008854314fed8625402c8af85dd (patch) | |
tree | 331f8f5b46ee931216a81990a329f3753a52b33c /shell/e-storage.h | |
parent | 050cf4e61fd7036aed9f0a17e4599e0203eefb57 (diff) | |
download | gsoc2013-evolution-bb662dceb3894008854314fed8625402c8af85dd.tar gsoc2013-evolution-bb662dceb3894008854314fed8625402c8af85dd.tar.gz gsoc2013-evolution-bb662dceb3894008854314fed8625402c8af85dd.tar.bz2 gsoc2013-evolution-bb662dceb3894008854314fed8625402c8af85dd.tar.lz gsoc2013-evolution-bb662dceb3894008854314fed8625402c8af85dd.tar.xz gsoc2013-evolution-bb662dceb3894008854314fed8625402c8af85dd.tar.zst gsoc2013-evolution-bb662dceb3894008854314fed8625402c8af85dd.zip |
If the remove_source is %TRUE and destination is a descendant of the
* e-storage.c (e_storage_async_xfer_folder): If the remove_source
is %TRUE and destination is a descendant of the parent, pass an
`E_STORAGE_CANTMOVETODESCENDANT' error code to the callback.
* e-storage.h: New value `E_STORAGE_CANTMOVETODESCENDANT' in
`EStorageResult'.
svn path=/trunk/; revision=12397
Diffstat (limited to 'shell/e-storage.h')
-rw-r--r-- | shell/e-storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-storage.h b/shell/e-storage.h index ea3ab52ea1..bc60e1ee5a 100644 --- a/shell/e-storage.h +++ b/shell/e-storage.h @@ -58,6 +58,7 @@ enum _EStorageResult { E_STORAGE_UNSUPPORTEDOPERATION, E_STORAGE_UNSUPPORTEDTYPE, E_STORAGE_CANTCHANGESTOCKFOLDER, + E_STORAGE_CANTMOVETODESCENDANT, E_STORAGE_INVALIDNAME }; typedef enum _EStorageResult EStorageResult; |