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 1fbff2f7a6e39d70ed029e41438349a718c76de4
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Tue Feb 10 11:24:52 2026 +0000

    fix typebuf icon to store icon for reducing continual updates
---
 src/efm/efm_typebuf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/efm/efm_typebuf.c b/src/efm/efm_typebuf.c
index 7222059..8a8663a 100644
--- a/src/efm/efm_typebuf.c
+++ b/src/efm/efm_typebuf.c
@@ -786,6 +786,7 @@ typebuf_icon(Smart_Data *sd, const char *icon)
       elm_entry_icon_visible_set(sd->o_typebuf, EINA_TRUE);
       elm_object_part_content_set(sd->o_typebuf, "icon", o);
       evas_object_show(o);
+      eina_stringshare_replace(&sd->typebuf.icon, icon);
     }
   else
     {

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

Reply via email to