rimmed pushed a commit to branch eflete-1.18.

http://git.enlightenment.org/tools/eflete.git/commit/?id=96a5c74dd050d654b41f24c24fa982696b97f348

commit 96a5c74dd050d654b41f24c24fa982696b97f348
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Fri Feb 3 10:15:13 2017 +0200

    tabs: clean fields after success import edc process
    
    @fix
    
    Change-Id: I5c9abec4c0bb12422b89fb92dc0403794d1d7445
---
 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 477191f..9273b29 100644
--- a/src/bin/ui/tab_home_import_edc.c
+++ b/src/bin/ui/tab_home_import_edc.c
@@ -168,6 +168,7 @@ _dir_del(Eina_List **dirs_list, Dir_Data *dir_data,
    if (eina_list_count(*dirs_list) == 1)
      {
         tmp = eina_list_data_get(*dirs_list);
+        elm_entry_entry_set(tmp->entry, NULL);
         elm_object_disabled_set(tmp->btn_del, true);
      }
 }

-- 


Reply via email to