From: cedric Date: Wed, 22 Sep 2010 11:09:44 +0000 (+0000) Subject: * ecore: oops, forgot that change. X-Git-Tag: build/2012-07-04.173327~1744 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbd026238cd9ba8bf526d35cac96e8a72b51704b;p=profile%2Fivi%2Fecore.git * ecore: oops, forgot that change. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52580 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore/ecore_thread.c b/src/lib/ecore/ecore_thread.c index 15da608..ce078a5 100644 --- a/src/lib/ecore/ecore_thread.c +++ b/src/lib/ecore/ecore_thread.c @@ -754,7 +754,7 @@ EAPI Ecore_Thread *ecore_thread_feedback_run(Ecore_Thread_Heavy_Cb func_heavy, * You should use this function only in the func_heavy call. */ EAPI Eina_Bool -ecore_thread_notify(Ecore_Thread *thread, const void *data) +ecore_thread_feedback(Ecore_Thread *thread, const void *data) { Ecore_Pthread_Worker *worker = (Ecore_Pthread_Worker *) thread;