eio: Efl.Io.Model doesn't have a parent class that actually provide any property.
authorCedric BAIL <cedric.bail@free.fr>
Sat, 2 Mar 2019 00:19:29 +0000 (16:19 -0800)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:37 +0000 (20:49 +0900)
Reviewed-by: Vitor Sousa da Silva <vitorsousa@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D8088

src/lib/eio/efl_io_model.c

index bb9bde2..1e80b98 100644 (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 *