ecore - ECORE_CALLBACK_DONE is right contextually.

SVN revision: 83125
This commit is contained in:
ChunEon Park 2013-01-23 07:41:00 +00:00
parent 6c12934bb1
commit fd23523a02
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ _ecore_job_event_handler(void *data EINA_UNUSED,
job = ev;
job->func(job->data);
return ECORE_CALLBACK_CANCEL;
return ECORE_CALLBACK_DONE;
}
static void