aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-23 05:41:32 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-23 05:41:32 +0800
commitbb662dceb3894008854314fed8625402c8af85dd (patch)
tree331f8f5b46ee931216a81990a329f3753a52b33c /shell/e-storage.h
parent050cf4e61fd7036aed9f0a17e4599e0203eefb57 (diff)
downloadgsoc2013-evolution-bb662dceb3894008854314fed8625402c8af85dd.tar.gz
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.h1
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;
/net/gnet-glib2?id=b7725057e28fc3f3dd689a7267c46811eba6d6d1'>- libdata/pkgconfig is now included in mtreepav2005-05-172-2/+0 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1 * - Add SIZE to GNOME portspav2004-03-181-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * Do not explicitly link in libc_r on all versions of FreeBSD.marcus2003-07-181-0/+3 * Update to 1.1.9.marcus2003-07-054-17/+16 * Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-3/+0 * Convert to new GNOME infrastructure.marcus2003-04-221-3/+1 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Remove some redundant -p arguments to MKDIR.marcus2003-02-241-4/+4 * Add a patch missed in the last commit.marcus2003-02-241-0/+19 * Add gnet-glib2 after a repo copy from gnet. gnet-glib2 provides the Gnetmarcus2003-02-2410-66/+136 * Use USE_LIBTOOL.sobomax2002-07-203-6/+14 * Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-161-1/+2