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

git pushed a commit to branch master
in repository elimine.

View the commit online.

commit 0833a539fbd2006d73dda425063f0495901e8984
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Tue Jul 15 07:49:48 2025 +0200

    fix evas object
---
 src/bin/elimine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/elimine.c b/src/bin/elimine.c
index b444dd7..966c9e6 100644
--- a/src/bin/elimine.c
+++ b/src/bin/elimine.c
@@ -430,7 +430,7 @@ elm_main(int argc, char **argv)
     evas_object_size_hint_fill_set(o, EVAS_HINT_FILL, 0);
     elm_box_pack_end(hbox, o);
     evas_object_show(o);
-    ctx->remain = o;
+    ctx->time = o;
 
     /* table */
     o = elm_table_add(win);

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

Reply via email to