diff options
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) | |||
227 | sd->seek_pos = 0; | 227 | sd->seek_pos = 0; |
228 | sd->len = 0; | 228 | sd->len = 0; |
229 | 229 | ||
230 | ecore_job_init(); | 230 | ecore_init(); |
231 | 231 | ||
232 | if ((!sd->module) || (!sd->video)) | 232 | if ((!sd->module) || (!sd->video)) |
233 | { | 233 | { |
@@ -1313,7 +1313,7 @@ _smart_del(Evas_Object * obj) | |||
1313 | free(sd->ref.file); | 1313 | free(sd->ref.file); |
1314 | free(sd); | 1314 | free(sd); |
1315 | 1315 | ||
1316 | ecore_job_shutdown(); | 1316 | ecore_shutdown(); |
1317 | } | 1317 | } |
1318 | 1318 | ||
1319 | static void | 1319 | static void |