diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2018-02-26 12:16:20 -0500 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2018-02-26 14:02:51 -0500 |
commit | 28fe00b94e55575c15684959b89a614d5a579309 (patch) | |
tree | 8188fc04dee84accff78db30b8d3014cf1f49033 /src/lib/ecore_file/ecore_file_download.c | |
parent | 403c014bd25e399b4d4fa6c17f9a2f1583250070 (diff) |
efl: create Efl.App class, the parent of Efl.Loop
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_file/ecore_file_download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_file/ecore_file_download.c b/src/lib/ecore_file/ecore_file_download.c index 1323dbc8e6..fdbb405715 100644 --- a/src/lib/ecore_file/ecore_file_download.c +++ b/src/lib/ecore_file/ecore_file_download.c | |||
@@ -215,7 +215,7 @@ ecore_file_download_full(const char *url, | |||
215 | return EINA_FALSE; | 215 | return EINA_FALSE; |
216 | } | 216 | } |
217 | 217 | ||
218 | loop = efl_main_loop_get(); | 218 | loop = efl_app_main_loop_get(efl_app_get()); |
219 | EINA_SAFETY_ON_NULL_RETURN_VAL(loop, EINA_FALSE); | 219 | EINA_SAFETY_ON_NULL_RETURN_VAL(loop, EINA_FALSE); |
220 | 220 | ||
221 | job = calloc(1, sizeof(Ecore_File_Download_Job)); | 221 | job = calloc(1, sizeof(Ecore_File_Download_Job)); |