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



commit 26d0ba4b4f1db768ae7261c4b5a8e8659bf1b7f7
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 61a5e3e..982f555 100644
--- a/src/Core/FSpot.Utils/FSpot.Utils/SidecarXmpExtensions.cs
+++ b/src/Core/FSpot.Utils/FSpot.Utils/SidecarXmpExtensions.cs
@@ -30,7 +30,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]