ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=8ab4e93c6efe6b5e775342ac16c955193a46b9de
commit 8ab4e93c6efe6b5e775342ac16c955193a46b9de Author: Andy Williams <a...@andywilliams.me> Date: Sun Feb 15 20:41:58 2015 +0000 welcome: Fix issue where project browsing is cancelled. Re-enable the action buttons when we get the file chooser callback in case the user did not select a path to open. Patch from Vincent Torri - thanks. --- src/bin/screens/edi_welcome.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/screens/edi_welcome.c b/src/bin/screens/edi_welcome.c index 6f1e223..ac5fb1a 100644 --- a/src/bin/screens/edi_welcome.c +++ b/src/bin/screens/edi_welcome.c @@ -97,6 +97,8 @@ _edi_welcome_project_chosen_cb(void *data, void *event_info) { evas_object_del(data); + elm_object_disabled_set(_edi_open_button, EINA_FALSE); + elm_object_disabled_set(_edi_create_button, EINA_FALSE); if (event_info) { --