diff src/cache-loader.c @ 566:db08ccd54169

Change the prefix of formatted exif tags to a more explicit "formatted." prefix instead of the shorter "f". Warning: custom overlay info string has to be modified since old names are no more recognized, one can reset it to default through Preferences > Advanced.
author zas_
date Sat, 03 May 2008 20:40:50 +0000
parents 48c8e49b571c
children 905688aa2317
line wrap: on
line diff
--- a/src/cache-loader.c	Sat May 03 16:58:17 2008 +0000
+++ b/src/cache-loader.c	Sat May 03 20:40:50 2008 +0000
@@ -131,7 +131,7 @@
 			{
 			gchar *text;
 
-			text = exif_get_data_as_text(exif, "fDateTime");
+			text = exif_get_data_as_text(exif, "formatted.DateTime");
 			if (text)
 				{
 				struct tm t = { 0 };