diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-03-23 13:41:27 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2009-03-23 13:41:27 +0000 |
commit | b524a6fd69ff7c26c71a5a0665e4ea49c3f06294 (patch) | |
tree | 8a8986098b616a5a66e13e0e241bf23a483e726a /ChangeLog | |
parent | f205f6cfa56dbbc2dac6390bf4cd640ebfe6155c (diff) | |
download | gvfs-b524a6fd69ff7c26c71a5a0665e4ea49c3f06294.tar.gz |
Fix various error cases to return right error: Append to existing
2009-03-23 Alexander Larsson <alexl@redhat.com>
* daemon/gvfsbackendsftp.c:
Fix various error cases to return right error:
Append to existing directory
replace existing directory
enumerate non-directory
svn path=/trunk/; revision=2347
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2009-03-23 Alexander Larsson <alexl@redhat.com> + * daemon/gvfsbackendsftp.c: + Fix various error cases to return right error: + Append to existing directory + replace existing directory + enumerate non-directory + +2009-03-23 Alexander Larsson <alexl@redhat.com> + Bug 576337 – trash:/// show escaped filenames without decoding * daemon/trashlib/trashitem.c: |