eog r4386 - in trunk: . src



Author: friemann
Date: Tue Feb 19 10:16:42 2008
New Revision: 4386
URL: http://svn.gnome.org/viewvc/eog?rev=4386&view=rev

Log:
2008-02-19  Felix Riemann  <friemann svn gnome org>

	* src/eog-properties-dialog.c: (eog_exif_set_label): Make the date
	value in the properties dialog locale formatted again. This function
	could possibly redone to be more "portable".


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

Modified: trunk/src/eog-properties-dialog.c
==============================================================================
--- trunk/src/eog-properties-dialog.c	(original)
+++ trunk/src/eog-properties-dialog.c	Tue Feb 19 10:16:42 2008
@@ -174,7 +174,7 @@
 		buf_ptr = eog_exif_util_get_value (exif_data, tag_id,
 						   exif_buffer, 512);
 		
-		if (tag_id == EXIF_TAG_DATE_TIME && buf_ptr)
+		if (tag_id == EXIF_TAG_DATE_TIME_ORIGINAL && buf_ptr)
 			label_text = eog_exif_util_format_date (buf_ptr);
 		else
 			label_text = eog_util_make_valid_utf8 (buf_ptr);



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