eio: Efl.Io.Model doesn't have a parent class that actually provide any property.

Reviewed-by: Vitor Sousa da Silva <vitorsousa@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D8088
This commit is contained in:
Cedric BAIL 2019-03-01 16:19:29 -08:00
parent 850b7309b0
commit 86e2b208c7
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ _efl_io_model_efl_model_property_get(const Eo *obj, Efl_Io_Model_Data *pd, const
ERR("Could not find property '%s'.", property);
// Unknow value request
return efl_model_property_get(efl_super(obj, EFL_IO_MODEL_CLASS), property);
return eina_value_error_new(EFL_MODEL_ERROR_NOT_SUPPORTED);
}
static Eina_Future *