netstar pushed a commit to branch master.

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

commit 89fb7524c8e6856fcebaab74371354cfd9cc0830
Author: Al Poole <nets...@gmail.com>
Date:   Mon Sep 18 09:34:24 2017 +0100

    filepanel: update on contract.
---
 src/bin/edi_filepanel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/edi_filepanel.c b/src/bin/edi_filepanel.c
index eb2b9ac..09747fe 100644
--- a/src/bin/edi_filepanel.c
+++ b/src/bin/edi_filepanel.c
@@ -765,6 +765,7 @@ _on_list_expanded(void *data EINA_UNUSED,
    Elm_Object_Item *it = event_info;
    Edi_Dir_Data *sd = elm_object_item_data_get(it);
 
+   edi_filepanel_scm_status_update();
    _file_listing_fill(sd, it);
 }
 
@@ -776,6 +777,7 @@ _on_list_contracted(void *data EINA_UNUSED,
    Elm_Object_Item *it = event_info;
    Edi_Dir_Data *sd = elm_object_item_data_get(it);
 
+   edi_filepanel_scm_status_reset();
    _file_listing_empty(sd, it);
 }
 

-- 


Reply via email to