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

git pushed a commit to branch master
in repository evisum.

View the commit online.

commit 8cb7c0692331b578469646d4d94a04d5e85c6950
Author: Alastair Poole <[email protected]>
AuthorDate: Wed May 6 22:04:43 2026 +0100

    cache: already deleted?
---
 src/bin/ui/evisum_ui_cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/evisum_ui_cache.c b/src/bin/ui/evisum_ui_cache.c
index 1c4b6a6..d6777fe 100644
--- a/src/bin/ui/evisum_ui_cache.c
+++ b/src/bin/ui/evisum_ui_cache.c
@@ -135,7 +135,7 @@ evisum_ui_item_cache_item_release(Evisum_Ui_Cache *cache, Evas_Object *obj) {
         if (it->obj == obj) {
             cache->active = eina_list_remove_list(cache->active, l);
             if (n > 10) {
-                evas_object_del(it->obj);
+                //evas_object_del(it->obj);
                 free(it);
             } else {
                 evas_object_hide(it->obj);

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

Reply via email to