From 7bbd247a61c2df0894b1086b07e2d43e92954eb5 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Wed, 3 Sep 2014 17:04:37 +0200 Subject: [PATCH] elm_map: the widget use efreet cache home to save image files to, so efreet should be initialized. Summary: @fix Reviewers: raster Differential Revision: https://phab.enlightenment.org/D1371 Signed-off-by: Cedric BAIL --- src/lib/elm_map.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/elm_map.c b/src/lib/elm_map.c index a704e4a..a2f127b 100644 --- a/src/lib/elm_map.c +++ b/src/lib/elm_map.c @@ -4098,6 +4098,9 @@ _elm_map_evas_object_smart_add(Eo *obj, Elm_Map_Data *priv) priv->mode = ELM_MAP_ZOOM_MODE_MANUAL; + if (!elm_need_efreet()) + ERR("Efreet initialization failed!"); + if (!ecore_file_download_protocol_available("http://")) ERR("Ecore must be built with curl support for the map widget!"); } -- 2.7.4