diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2018-01-02 15:41:46 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2018-01-02 16:13:54 +0900 |
commit | 9bedda14b3a3edb972bb231dd1e727c86355d6da (patch) | |
tree | 9b6c18ce786621dfcc94e7c8728a5b8dcbbc5a48 /src/lib/ecore_file/ecore_file_download.c | |
parent | 44b6aa16c1054b545583408c31c4243144852960 (diff) |
efl loop - rename ecore_main_loop_get to efl_main_loop_get
ecore_main_loop_get() is really a new "eo api" but it's using our old
ecore_* namespace, so move to the new efl namespace.
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 bcb83935dd..1323dbc8e6 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 = ecore_main_loop_get(); | 218 | loop = efl_main_loop_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)); |