This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository echart.
View the commit online.
commit 0f2f163fc3c5c51a5008f1cf318798187e63a66b
Author: Vincent Torri <[email protected]>
AuthorDate: Sat Jun 13 08:14:15 2026 +0200
add title
---
src/bin/echart_grid.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/bin/echart_grid.c b/src/bin/echart_grid.c
index c313f5c..68f0870 100644
--- a/src/bin/echart_grid.c
+++ b/src/bin/echart_grid.c
@@ -280,6 +280,7 @@ elm_main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
}
elm_win_autodel_set(win, EINA_TRUE);
+ elm_win_title_set(win, "Echart gallery");
/* background */
o = elm_bg_add(win);
@@ -299,8 +300,6 @@ elm_main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(o, EVAS_HINT_FILL, EVAS_HINT_FILL);
elm_box_pack_end(box, o);
- //evas_object_smart_callback_add(o, "clicked,double", _double_click, NULL);
- //evas_object_smart_callback_add(o, "longpressed", _long_pressed, NULL);
evas_object_show(o);
grid = o;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.