summaryrefslogtreecommitdiff
path: root/src/simple-maps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/simple-maps.c')
-rw-r--r--src/simple-maps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simple-maps.c b/src/simple-maps.c
index 6163ec3..f3dd89b 100644
--- a/src/simple-maps.c
+++ b/src/simple-maps.c
@@ -57,7 +57,7 @@ static void create_base_view(void *user_data)
ad->layout = elm_layout_add(ad->conformant);
evas_object_size_hint_weight_set(ad->layout, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
elm_layout_theme_set(ad->layout, "layout", "application", "default");
- eext_object_event_callback_add(ad->layout, EEXT_CALLBACK_BACK, win_del, NULL);
+ eext_object_event_callback_add(ad->layout, EEXT_CALLBACK_BACK, mapview_back_cb, ad);
evas_object_show(ad->layout);
elm_object_content_set(ad->conformant, ad->layout);
}