rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=321ab4cfea11df5878524393b8c2cbfa766803ec

commit 321ab4cfea11df5878524393b8c2cbfa766803ec
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed Jan 13 09:31:33 2016 +0200

    tabs: close the splash if edc import is failed
    
    Change-Id: I18ee4f724f3d3ef6020f967c62d04f1c58fa4982
---
 src/bin/ui/tab_home_import_edc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/tab_home_import_edc.c b/src/bin/ui/tab_home_import_edc.c
index ca491ba..122f48b 100644
--- a/src/bin/ui/tab_home_import_edc.c
+++ b/src/bin/ui/tab_home_import_edc.c
@@ -375,6 +375,7 @@ _progress_end(void *data, PM_Project_Result result)
         elm_entry_entry_set(tab_edc.meta.comment, N_("Created with Eflete!"));
      }
    _tabs_progress_end(data, result);
+   progress_end(NULL, result);
 }
 
 static Eina_Bool

-- 


Reply via email to