hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=f1880425f7c5791eac3a2d7f2690244ad88d0ffe

commit f1880425f7c5791eac3a2d7f2690244ad88d0ffe
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Wed Jun 17 13:54:42 2015 +0900

    win: fix bug about engine value.
    
    When application does not have any value of engine,
    this app should be launched with elm_config's value.
    
    Signed-Off-By: Wonsik Jung <sid...@samsung.com>
---
 src/lib/elm_win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 54643f4..a7c9e74 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -89,7 +89,7 @@ static const Elm_Win_Trap *trap = NULL;
          }                                                      \
     }
 
-#define ENGINE_GET() (_elm_preferred_engine ? _elm_preferred_engine : "")
+#define ENGINE_GET() (_elm_preferred_engine ? _elm_preferred_engine : 
_elm_config->engine)
 
 typedef struct _Elm_Win_Data Elm_Win_Data;
 

-- 


Reply via email to