[f-spot] Fix SidecarXmpExtensions for Taglib# update.
- From: Ruben Vermeersch <rubenv src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [f-spot] Fix SidecarXmpExtensions for Taglib# update.
 
- Date: Fri, 22 Oct 2010 20:02:52 +0000 (UTC)
 
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]