eio: use the right type of Eina_Value to report error.

Reviewed-by: Vitor Sousa da Silva <vitorsousa@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D7322
This commit is contained in:
Cedric BAIL 2018-11-21 16:43:10 -08:00
parent d4d44d76f3
commit 88553eb9e8
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ _property_size_cb(const Eo *obj, Eio_Model_Data *pd)
return eina_value_error_new(pd->error);
_eio_build_st(obj, pd);
return eina_value_ulong_new(EAGAIN);
return eina_value_error_new(EAGAIN);
}
static Eina_Value *