From b61cffad6c08381c070a8e7f95e92debe84c1eec Mon Sep 17 00:00:00 2001 From: Al Poole Date: Fri, 31 Mar 2017 21:30:45 +0100 Subject: [PATCH] EDI -> Welcome -> New Project -> Fix (OpenBSD) Reviewers: ajwillia.ms Reviewed By: ajwillia.ms Differential Revision: https://phab.enlightenment.org/D4756 --- src/bin/screens/edi_welcome.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/screens/edi_welcome.c b/src/bin/screens/edi_welcome.c index 6246d6c..ce3463c 100644 --- a/src/bin/screens/edi_welcome.c +++ b/src/bin/screens/edi_welcome.c @@ -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);