summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendtrash.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/gvfsbackendtrash.c')
-rw-r--r--daemon/gvfsbackendtrash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsbackendtrash.c b/daemon/gvfsbackendtrash.c
index 3f5b4cb7..62867e9e 100644
--- a/daemon/gvfsbackendtrash.c
+++ b/daemon/gvfsbackendtrash.c
@@ -912,7 +912,7 @@ add_extra_trash_info (GFileInfo *file_info,
orig_path_key = g_key_file_get_string (keyfile, "Trash Info", "Path", NULL);
if (orig_path_key)
{
- orig_path_unescaped = g_uri_unescape_string (orig_path_key, NULL, "");
+ orig_path_unescaped = g_uri_unescape_string (orig_path_key, "");
if (orig_path_unescaped)
{