From bcdceffe0a292aa6ef24f149b746c9d5f15977be Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Mon, 24 Jan 2011 19:52:39 +0100 Subject: 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". --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') 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 ===== -- cgit v1.2.1