summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTae-Hwan Kim <the81.kim@samsung.com>2014-09-03 17:04:37 +0200
committerCedric BAIL <cedric@osg.samsung.com>2014-09-03 17:07:11 +0200
commit053baa6f3056d59305416443947fb2a5935be39e (patch)
tree5708d5a887b0d183d899845da50687d26f75e0e5
parentfab2d18a50f4d001953d66633005c11d0f729145 (diff)
downloadelementary-1.9.tar.gz
elm_map: the widget use efreet cache home to save image files to, so efreet should be initialized.elementary-1.9
Summary: @fix Reviewers: raster Differential Revision: https://phab.enlightenment.org/D1371 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
-rw-r--r--src/lib/elm_map.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/elm_map.c b/src/lib/elm_map.c
index 5168c2f82..3f4a75443 100644
--- a/src/lib/elm_map.c
+++ b/src/lib/elm_map.c
@@ -4037,6 +4037,9 @@ _elm_map_smart_add(Eo *obj, void *_pd, va_list *list EINA_UNUSED)
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!");
}