From 8ab4e93c6efe6b5e775342ac16c955193a46b9de Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sun, 15 Feb 2015 20:41:58 +0000 Subject: [PATCH] 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) {