elm win - ews - oops. fix ews always going on as well as real engine

This commit is contained in:
Carsten Haitzler 2014-08-26 18:26:00 +09:00
parent b5660b8080
commit 7ae870ec95
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ _elm_ews_wm_init(void)
Evas *e;
Evas_Object *o;
if ((!_elm_config->engine) || (!strcmp(_elm_config->engine, ELM_EWS)))
if ((!_elm_config->engine) || (!(!strcmp(_elm_config->engine, ELM_EWS))))
{
_ews_used = EINA_FALSE;
return EINA_TRUE;