diff --git a/src/modules/everything-aspell/e_mod_main.c b/src/modules/everything-aspell/e_mod_main.c index 524619dcf..52a343388 100644 --- a/src/modules/everything-aspell/e_mod_main.c +++ b/src/modules/everything-aspell/e_mod_main.c @@ -360,7 +360,7 @@ _plugins_init(void) "accessories-dictionary", EVRY_TYPE_TEXT, NULL, _cleanup, _fetch, NULL); - + p->config_path = _config_path; p->aggregate = EINA_FALSE; p->history = EINA_FALSE; p->async_fetch = EINA_TRUE;