[f-spot] Fix SidecarXmpExtensions for Taglib# update.



commit a2d5ffafa755b72130b61607296ffe3001cb8aa7
Author: Ruben Vermeersch <ruben savanne be>
Date:   Fri Oct 22 22:02:09 2010 +0200

    Fix SidecarXmpExtensions for Taglib# update.

 .../FSpot.Utils/SidecarXmpExtensions.cs            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/FSpot.Utils/FSpot.Utils/SidecarXmpExtensions.cs b/src/Core/FSpot.Utils/FSpot.Utils/SidecarXmpExtensions.cs
index 99b1962..81b2a3f 100644
--- a/src/Core/FSpot.Utils/FSpot.Utils/SidecarXmpExtensions.cs
+++ b/src/Core/FSpot.Utils/FSpot.Utils/SidecarXmpExtensions.cs
@@ -61,7 +61,7 @@ namespace FSpot.Utils
 
             XmpTag tag = null;
             try {
-                tag = new XmpTag (xmp);
+                tag = new XmpTag (xmp, file);
             } catch (Exception e) {
                 Log.DebugFormat ("Metadata of Sidecar cannot be parsed for file {0}", file.Name);
                 Log.DebugException (e);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]