summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2011-01-24 19:52:39 +0100
committerJannis Pohlmann <jannis@xfce.org>2011-01-24 19:52:39 +0100
commitbcdceffe0a292aa6ef24f149b746c9d5f15977be (patch)
tree1d77adf753ab1b83dd3f582b72d522cc347597ef /NEWS
parentc231b0f266ca52be057cac23dfef12d1c2995895 (diff)
downloadthunar-bcdceffe0a292aa6ef24f149b746c9d5f15977be.tar.gz
Only erase top-level items from trash (bug #7147).
Apparently, the GVfs trash backend only allows top-level directories in the trash to be modified. Children can be deleted implicitely but e.g. when emptying the trash, only the top-level items may be deleted. To give an example: g_file_delete() fails for "trash:///test/foo.txt" but succeeds for "trash:///test". This problem is covered in the trash specification under "Implementation notes".
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8928d295..b813f4e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
1.3.x
=====
- Fix truncated strings when loading and storing emblems (bug #7171).
+- Only erase top-level items from trash (bug #7147).
1.2.0
=====