elementary: replace deprecated api usage with correct one.

This commit is contained in:
Hermet Park 2019-03-08 13:38:32 +09:00
parent be00af9bc3
commit 5ecbc1bfea
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ elm_main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
evas_object_smart_callback_add(o, "clicked", _btn_click_cb, NULL);
if (!strncmp(elm_config_engine_get(), "shot", 4))
if (!strncmp(elm_config_preferred_engine_get(), "shot", 4))
ecore_timer_add(0.1, _screenshot_hack_cb, o);
evas_object_resize(win, 400, 400);