summaryrefslogtreecommitdiff
path: root/src/eom-thumb-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eom-thumb-view.c')
-rw-r--r--src/eom-thumb-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c
index 6302867..eac2922 100644
--- a/src/eom-thumb-view.c
+++ b/src/eom-thumb-view.c
@@ -422,7 +422,7 @@ thumbview_get_tooltip_string (EomImage *image)
gchar time_buffer[32];
date = eom_exif_util_format_date (
- eom_exif_util_get_value (exif_data, EXIF_TAG_DATE_TIME_ORIGINAL, time_buffer, 32));
+ eom_exif_data_get_value (exif_data, EXIF_TAG_DATE_TIME_ORIGINAL, time_buffer, 32));
if (date) {
extra_info = g_strdup_printf ("\n%s %s", _("Taken on"), date);