This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 6c3c261d6628d44eabccd33a3ff93334cf9890f5
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Thu Aug 31 07:52:30 2023 +0100

    fix double listing end call for reblocking
---
 src/efm/efm_back_end.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/efm/efm_back_end.c b/src/efm/efm_back_end.c
index fe49afa..5c98af2 100644
--- a/src/efm/efm_back_end.c
+++ b/src/efm/efm_back_end.c
@@ -349,7 +349,10 @@ _cb_thread_notify(void *data, Ecore_Thread *th EINA_UNUSED, void *msg)
              printf("XXXXX LIST END\n");
              edje_object_signal_emit(sd->o_overlay_info,
                                      "e,state,busy,stop", "e");
-             _listing_done(sd);
+             // reblock on end of listing
+             if (sd->reblock_job) ecore_job_del(sd->reblock_job);
+             sd->reblock_job = ecore_job_add(_cb_reblock, sd);
+             sd->listing_done_reblock = EINA_TRUE;
              CMD_DONE;
           }
         file = cmd_key_find(c, "path");

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to