From 7969915fa11bbdb9929968afb0121ee314db73f8 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 26 Aug 2014 17:45:58 +0900 Subject: [PATCH] rage thumb tool - use preferred engine not explicit engine --- src/bin/thumb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/thumb.c b/src/bin/thumb.c index 11a7aa1..8996b57 100644 --- a/src/bin/thumb.c +++ b/src/bin/thumb.c @@ -22,7 +22,7 @@ elm_main(int argc, char **argv) elm_app_compile_data_dir_set(PACKAGE_DATA_DIR); elm_app_info_set(elm_main, "rage", "themes/default.edj"); - elm_config_engine_set("buffer"); + elm_config_preferred_engine_set("buffer"); win = elm_win_add(NULL, "Rage", ELM_WIN_BASIC); subwin = elm_win_add(win, "inlined", ELM_WIN_INLINED_IMAGE); image = elm_win_inlined_image_object_get(subwin);