[f-spot] escape version name for uri
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] escape version name for uri
- Date: Mon, 13 Jul 2009 12:02:21 +0000 (UTC)
commit 7f2917206bff0b6ff8a1c49075be46a86a98f56d
Author: Mike Gemünde <mike gemuende de>
Date: Mon Jul 13 09:32:27 2009 +0200
escape version name for uri
src/Core/Photo.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Photo.cs b/src/Core/Photo.cs
index 8181e18..7ec4ea3 100644
--- a/src/Core/Photo.cs
+++ b/src/Core/Photo.cs
@@ -298,7 +298,7 @@ namespace FSpot
string name_without_extension = System.IO.Path.GetFileNameWithoutExtension (Name);
return new System.Uri (System.IO.Path.Combine (DirectoryPath, name_without_extension
- + " (" + UriUtils.EscapeString (version_name, false, true, true) + ")" + extension));
+ + " (" + UriUtils.EscapeString (version_name, true, true, true) + ")" + extension));
}
public bool VersionNameExists (string version_name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]