ecore: if you don't use the value, then don't set it.

This commit is contained in:
Cedric BAIL 2016-05-31 14:19:58 -07:00
parent 9bcad265a7
commit 6bf9cd6ecc
1 changed files with 1 additions and 1 deletions

View File

@ -2857,7 +2857,7 @@ _efl_loop_args_add(Eo *obj, Efl_Loop_Data *pd EINA_UNUSED, int argc, const char
if (!args) return;
efl_loop_args_set(args, argc, argv);
job = efl_loop_job(obj, args);
job = efl_loop_job(obj, NULL);
eina_promise_then(job, _efl_loop_args_job_cb, NULL, args);
}