summaryrefslogtreecommitdiff
path: root/src/bin/elementary/test_photo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/elementary/test_photo.c')
-rw-r--r--src/bin/elementary/test_photo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/elementary/test_photo.c b/src/bin/elementary/test_photo.c
index 7a6e0baf53..34f2e7a5bf 100644
--- a/src/bin/elementary/test_photo.c
+++ b/src/bin/elementary/test_photo.c
@@ -42,7 +42,9 @@ test_photo(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_inf
"wood_01.jpg"
};
+#ifdef HAVE_ETHUMB
elm_need_ethumb();
+#endif
win = elm_win_util_standard_add("photo", "Photo");
elm_win_autodel_set(win, EINA_TRUE);