diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-01-23 07:41:00 +0000 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-01-23 07:41:00 +0000 |
commit | fd23523a0294b0e4925bc987683c1a14aefa3d0a (patch) | |
tree | 9e1bdcffdbe287da93d4520e9b6b0ab0761c5cdb /src/lib/ecore | |
parent | 6c12934bb15ce48a71b8704188b298af9961c72d (diff) |
ecore - ECORE_CALLBACK_DONE is right contextually.
SVN revision: 83125
Diffstat (limited to 'src/lib/ecore')
-rw-r--r-- | src/lib/ecore/ecore_job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/ecore_job.c b/src/lib/ecore/ecore_job.c index 4ebdc63f07..b2246ddb91 100644 --- a/src/lib/ecore/ecore_job.c +++ b/src/lib/ecore/ecore_job.c | |||
@@ -151,7 +151,7 @@ _ecore_job_event_handler(void *data EINA_UNUSED, | |||
151 | 151 | ||
152 | job = ev; | 152 | job = ev; |
153 | job->func(job->data); | 153 | job->func(job->data); |
154 | return ECORE_CALLBACK_CANCEL; | 154 | return ECORE_CALLBACK_DONE; |
155 | } | 155 | } |
156 | 156 | ||
157 | static void | 157 | static void |