bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c4e1de9854dc99d8a1ce086c45a9e9c89f5760da

commit c4e1de9854dc99d8a1ce086c45a9e9c89f5760da
Author: Marcel Hollerbach <[email protected]>
Date:   Tue Mar 17 09:31:05 2020 +0100

    evas_table: inherit all the types we are implementing
---
 src/lib/evas/canvas/evas_grid_eo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/evas_grid_eo.c 
b/src/lib/evas/canvas/evas_grid_eo.c
index 331cd0f9ef..609edd6168 100644
--- a/src/lib/evas/canvas/evas_grid_eo.c
+++ b/src/lib/evas/canvas/evas_grid_eo.c
@@ -90,6 +90,6 @@ static const Efl_Class_Description _evas_grid_class_desc = {
    NULL
 };
 
-EFL_DEFINE_CLASS(evas_grid_class_get, &_evas_grid_class_desc, 
EFL_CANVAS_GROUP_CLASS, NULL);
+EFL_DEFINE_CLASS(evas_grid_class_get, &_evas_grid_class_desc, 
EFL_CANVAS_GROUP_CLASS, EFL_UI_I18N_INTERFACE, NULL);
 
 #include "evas_grid_eo.legacy.c"

-- 


Reply via email to