[f-spot/taglib-metadata: 12/29] Write to hidden file.



commit 033c110333b2a07a89a84222c3076a3676b651b5
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]