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:06:54 +0200
commitaae7ad352b9e667a3a06274663ed54231de1b462 (patch)
tree000e187559d53283c5aaa09b273cde216b22b7d2
parent3595f1445a1e6e850a3cab7997166c4859b4b524 (diff)
downloadelementary-1.10.tar.gz
elm_map: the widget use efreet cache home to save image files to, so efreet should be initialized.elementary-1.10
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 393ba8d89..4b45dbd4b 100644
--- a/src/lib/elm_map.c
+++ b/src/lib/elm_map.c
@@ -4018,6 +4018,9 @@ _elm_map_evas_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!");
}