elementary: fix conversion mistake from Eina_Promise to Efl_Future in file selector.

This commit is contained in:
Cedric BAIL 2016-11-07 11:29:23 -08:00
parent e842c79ff3
commit 8a471e96be
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ _process_children_error_cb(void *data, Efl_Event const* event)
Listing_Request *lreq = data;
Elm_Fileselector_Data *sd = lreq->sd;
if (error != EINA_ERROR_PROMISE_CANCEL)
if (error != EINA_ERROR_FUTURE_CANCEL)
{
ERR("failed to get information from Efl.Model");
}