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