diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c index de963fb..3b8af7d 100644 --- a/src/bin/edi_main.c +++ b/src/bin/edi_main.c @@ -773,7 +773,7 @@ edi_open(const char *inputpath) return NULL; } path = realpath(inputpath, NULL); - _edi_project_config_load(edi_project_get()); + _edi_project_config_load(); elm_need_ethumb(); elm_need_efreet();