raster pushed a commit to branch master.

http://git.enlightenment.org/apps/rage.git/commit/?id=7969915fa11bbdb9929968afb0121ee314db73f8

commit 7969915fa11bbdb9929968afb0121ee314db73f8
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Aug 26 17:45:58 2014 +0900

    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);

-- 


Reply via email to