eog r4385 - in trunk: . src



Author: csaavedra
Date: Mon Feb 18 19:49:28 2008
New Revision: 4385
URL: http://svn.gnome.org/viewvc/eog?rev=4385&view=rev

Log:
2008-02-18  Claudio Saavedra  <csaavedra alumnos utalca cl>

	* src/eog-properties-dialog.c: (pd_update_metadata_tab):
	* src/eog-thumb-view.c: (tb_on_query_tooltip_cb): Use  
	DateTimeOriginal for the "Taken on:" field in the tooltips and 
	the "Date/Time:" field in the metadata tab. Fixes bug #513827 
	(Francisco Rojas).



Modified:
   trunk/ChangeLog
   trunk/src/eog-properties-dialog.c
   trunk/src/eog-thumb-view.c

Modified: trunk/src/eog-properties-dialog.c
==============================================================================
--- trunk/src/eog-properties-dialog.c	(original)
+++ trunk/src/eog-properties-dialog.c	Mon Feb 18 19:49:28 2008
@@ -309,7 +309,7 @@
 			    exif_data, EXIF_TAG_MODEL);
 
 	eog_exif_set_label (priv->exif_date_label,
-			    exif_data, EXIF_TAG_DATE_TIME);
+			    exif_data, EXIF_TAG_DATE_TIME_ORIGINAL);
 
 	eog_exif_details_update (EOG_EXIF_DETAILS (priv->exif_details), 
 				 exif_data);

Modified: trunk/src/eog-thumb-view.c
==============================================================================
--- trunk/src/eog-thumb-view.c	(original)
+++ trunk/src/eog-thumb-view.c	Mon Feb 18 19:49:28 2008
@@ -450,7 +450,7 @@
 		gchar time_buffer[32];
 		
 		date = eog_exif_util_format_date (
-				eog_exif_util_get_value (exif_data, EXIF_TAG_DATE_TIME, time_buffer, 32));
+				eog_exif_util_get_value (exif_data, EXIF_TAG_DATE_TIME_ORIGINAL, time_buffer, 32));
 
 		extra_info = g_strdup_printf ("\n%s %s", _("Taken on"), date);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]