[tracker] Fixed copypaste error, left-top orientation of XMP
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker] Fixed copypaste error, left-top orientation of XMP
- Date: Mon, 21 Dec 2009 10:32:12 +0000 (UTC)
commit b84be4f84f2f5854478dab4886c93832694fb532
Author: Philip Van Hoof <philip codeminded be>
Date: Mon Dec 21 11:30:39 2009 +0100
Fixed copypaste error, left-top orientation of XMP
src/tracker-extract/tracker-xmp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/tracker-xmp.c b/src/tracker-extract/tracker-xmp.c
index 27a0bd7..4d1b917 100644
--- a/src/tracker-extract/tracker-xmp.c
+++ b/src/tracker-extract/tracker-xmp.c
@@ -217,7 +217,7 @@ fix_orientation (const gchar *orientation)
return "nfo:orientation-bottom";
} else
if (orientation && g_ascii_strcasecmp (orientation, "left - top") == 0) {
- return "nfo:orientation-bottom";
+ return "nfo:orientation-left-mirror";
} else
if (orientation && g_ascii_strcasecmp (orientation, "right - top") == 0) {
return "nfo:orientation-right";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]