summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/view/zoom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/zoom.c b/src/view/zoom.c
index 446891d..89cd968 100644
--- a/src/view/zoom.c
+++ b/src/view/zoom.c
@@ -478,7 +478,7 @@ static bool _draw_thumbnail(struct _priv *priv)
priv->thumb = obj;
evas_object_size_hint_align_set(obj, 1.0, 1.0);
- elm_image_file_set(obj, priv->mi->thumbnail_path, NULL);
+ elm_image_file_set(obj, priv->mi->file_path, NULL);
elm_object_part_content_set(priv->base, PART_ZOOM_NAVI, obj);