From 44193541f71101ee365afec23a9efdb901c4413f Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 25 Jan 2010 21:59:21 +0000 Subject: * ecore: Move ecore_job inside ecore. Patch from Albin "Lutin" Tonnerre . SVN revision: 45570 --- legacy/emotion/src/lib/emotion_smart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'legacy/emotion/src/lib/emotion_smart.c') diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index ba733f2fbb..e724f8e47e 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c @@ -227,7 +227,7 @@ emotion_object_init(Evas_Object *obj, const char *module_filename) sd->seek_pos = 0; sd->len = 0; - ecore_job_init(); + ecore_init(); if ((!sd->module) || (!sd->video)) { @@ -1313,7 +1313,7 @@ _smart_del(Evas_Object * obj) free(sd->ref.file); free(sd); - ecore_job_shutdown(); + ecore_shutdown(); } static void -- cgit v1.2.1