From bb662dceb3894008854314fed8625402c8af85dd Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 22 Aug 2001 21:41:32 +0000 Subject: 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 --- shell/e-storage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-storage.h') 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; -- cgit v1.2.3