diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2019-03-01 16:19:29 -0800 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2019-03-01 17:10:38 -0800 |
commit | 86e2b208c7a1b2eef9d43ddcf527cdc6766b71ca (patch) | |
tree | 87ae1d019c3773496d80ff5f2c846263d4852fb1 /src/lib/eio | |
parent | 850b7309b061551eeee34891f40d4820da495b0f (diff) |
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
Diffstat (limited to 'src/lib/eio')
-rw-r--r-- | src/lib/eio/efl_io_model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eio/efl_io_model.c b/src/lib/eio/efl_io_model.c index bb9bde2..1e80b98 100644 --- a/src/lib/eio/efl_io_model.c +++ b/src/lib/eio/efl_io_model.c | |||
@@ -649,7 +649,7 @@ _efl_io_model_efl_model_property_get(const Eo *obj, Efl_Io_Model_Data *pd, const | |||
649 | 649 | ||
650 | ERR("Could not find property '%s'.", property); | 650 | ERR("Could not find property '%s'.", property); |
651 | // Unknow value request | 651 | // Unknow value request |
652 | return efl_model_property_get(efl_super(obj, EFL_IO_MODEL_CLASS), property); | 652 | return eina_value_error_new(EFL_MODEL_ERROR_NOT_SUPPORTED); |
653 | } | 653 | } |
654 | 654 | ||
655 | static Eina_Future * | 655 | static Eina_Future * |