From 50ea86a9d00e2701483b9708d5496d0567b7e3ca Mon Sep 17 00:00:00 2001 From: Pawel Andruszkiewicz Date: Thu, 20 Aug 2015 10:42:24 +0200 Subject: [PATCH] [Content] Make sure that directory path is stored as URI. [Verification] TCT pass rate: 100% (230/230/0/0/0) Change-Id: Iadb56998e4edd0ed76be33aed566adf9c88c372a Signed-off-by: Pawel Andruszkiewicz --- src/content/js/datatypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/js/datatypes.js b/src/content/js/datatypes.js index a4e52655..0768f9f2 100755 --- a/src/content/js/datatypes.js +++ b/src/content/js/datatypes.js @@ -67,7 +67,7 @@ function ContentDirectory(data) { }, set: function(v) { if (edit_.isAllowed) { - directoryURI = converter_.toString(v, false); + directoryURI = convertPathToUri_(converter_.toString(v, false)); } }, enumerable: true -- 2.34.1