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

git pushed a commit to branch master
in repository efl.

View the commit online.

commit a09dbc59b4bc6dea6551eca30e6cacd994e1b8b3
Author: Carsten Haitzler <[email protected]>
AuthorDate: Wed Sep 3 16:33:50 2025 +0100

    elm icon - we need the thumb events for icon thumbs
    
    @fix warning and missing ethumb init
---
 src/lib/elementary/elm_icon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elementary/elm_icon.c b/src/lib/elementary/elm_icon.c
index 689f3fc95f..aa9ecf27fa 100644
--- a/src/lib/elementary/elm_icon.c
+++ b/src/lib/elementary/elm_icon.c
@@ -848,6 +848,7 @@ elm_icon_thumb_set(Evas_Object *obj, const char *file, const char *group)
    ELM_ICON_CHECK(obj);
    ELM_ICON_DATA_GET(obj, sd);
 
+   elm_need_ethumb();
    evas_object_event_callback_del_full
      (obj, EVAS_CALLBACK_RESIZE, _elm_icon_standard_resize_cb, obj);
    evas_object_event_callback_del_full

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

Reply via email to