From 5bdce73a1d284710215db4a4cbf929ed07a39806 Mon Sep 17 00:00:00 2001 From: Al Poole Date: Mon, 18 Sep 2017 09:40:42 +0100 Subject: [PATCH] Revert "filepanel: update on contract." This reverts commit 89fb7524c8e6856fcebaab74371354cfd9cc0830. --- src/bin/edi_filepanel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/edi_filepanel.c b/src/bin/edi_filepanel.c index 09747fe..eb2b9ac 100644 --- a/src/bin/edi_filepanel.c +++ b/src/bin/edi_filepanel.c @@ -765,7 +765,6 @@ _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); } @@ -777,7 +776,6 @@ _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); }