fix compile error

This commit is contained in:
Andy Williams 2015-05-18 15:46:39 +01:00
parent d380f0f6d3
commit 1845bd517e
1 changed files with 1 additions and 1 deletions

View File

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