fix e to build after cedrics api break!

SVN revision: 43503
This commit is contained in:
Carsten Haitzler 2009-11-07 01:22:27 +00:00
parent 0dfa3e6316
commit 20fcfd6175
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ _read_directory(Plugin *p)
Data *d = E_NEW(Data, 1);
d->plugin = p;
d->id = thread_cnt;
ecore_thread_run(_scan_func, _scan_end_func, d);
ecore_thread_run(_scan_func, _scan_end_func, NULL, d);
}
static Evry_Plugin *