[f-spot/taglib-metadata: 12/13] Write to hidden file.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot/taglib-metadata: 12/13] Write to hidden file.
- Date: Fri, 18 Jun 2010 17:41:38 +0000 (UTC)
commit 521e8658f9a7b38c962743c912075bcbc0b241ff
Author: Ruben Vermeersch <ruben savanne be>
Date: Tue Jun 15 21:21:14 2010 +0200
Write to hidden file.
src/Utils/GIOTagLibFileAbstraction.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Utils/GIOTagLibFileAbstraction.cs b/src/Utils/GIOTagLibFileAbstraction.cs
index 3528597..ae7f478 100644
--- a/src/Utils/GIOTagLibFileAbstraction.cs
+++ b/src/Utils/GIOTagLibFileAbstraction.cs
@@ -75,7 +75,7 @@ namespace FSpot.Utils
private SafeUri CreateTmpFile ()
{
- var uri = Uri.GetBaseUri ().Append (Uri.GetFilenameWithoutExtension ());
+ var uri = Uri.GetBaseUri ().Append ("." + Uri.GetFilenameWithoutExtension ());
var tmp_uri = uri.ToString () + TMP_INFIX + Uri.GetExtension ();
return new SafeUri (tmp_uri, true);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]