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 1a78c0ab1eae82e2e5382e73e6b95907a7eb57e9
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Wed May 13 19:50:58 2026 +0100
efm icon - put meta loaders in the queue to avoid too many threads
---
src/efm/efm_icon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/efm/efm_icon.c b/src/efm/efm_icon.c
index ef9f076..23e081b 100644
--- a/src/efm/efm_icon.c
+++ b/src/efm/efm_icon.c
@@ -280,7 +280,7 @@ _image_thumb_set(Smart_Data *sd)
sd->thread_mono_check = ecore_thread_feedback_run(
_cb_thread_mono_check_run, _cb_thread_mono_check_notify,
_cb_thread_mono_check_end_cancel,
- _cb_thread_mono_check_end_cancel, ck, EINA_TRUE);
+ _cb_thread_mono_check_end_cancel, ck, EINA_FALSE);
}
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.