EDI -> Welcome -> New Project -> Fix (OpenBSD)

Reviewers: ajwillia.ms

Reviewed By: ajwillia.ms

Differential Revision: https://phab.enlightenment.org/D4756
This commit is contained in:
Al Poole 2017-03-31 21:30:45 +01:00 committed by Andy Williams
parent fb8b47c93c
commit b61cffad6c
1 changed files with 1 additions and 3 deletions

View File

@ -78,9 +78,7 @@ _edi_message_open(const char *message, Eina_Bool deletable)
static void
_edi_welcome_project_open(const char *path, const unsigned int _edi_creating)
{
edi_project_set(path);
if (!edi_open(edi_project_get()) && !_edi_creating)
if (!edi_open(path) && !_edi_creating)
{
_edi_message_path = path;
_edi_message_open("Apparently that project directory doesn't exist", EINA_TRUE);