ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=b61cffad6c08381c070a8e7f95e92debe84c1eec

commit b61cffad6c08381c070a8e7f95e92debe84c1eec
Author: Al Poole <[email protected]>
Date:   Fri Mar 31 21:30:45 2017 +0100

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

-- 


Reply via email to