diff src/image.c @ 180:e6c8cf017d68

more exiv2 fixes
author nadvornik
date Wed, 13 Feb 2008 17:47:55 +0000
parents 0ca3b4c8ffae
children c01dd7c9c7dc
line wrap: on
line diff
--- a/src/image.c	Wed Feb 13 17:08:04 2008 +0000
+++ b/src/image.c	Wed Feb 13 17:47:55 2008 +0000
@@ -432,7 +432,7 @@
 		{
 		gint orientation;
 
-		if (exif_get_integer(exif, "Orientation", &orientation))
+		if (exif_get_integer(exif, "Exif.Image.Orientation", &orientation))
 			{
 			gint rotate = TRUE;