edje: major oopsie !

SVN revision: 71561
This commit is contained in:
Cedric BAIL 2012-05-30 12:51:21 +00:00
parent 69ac680ae4
commit f328aabf7b
1 changed files with 1 additions and 0 deletions

View File

@ -1609,6 +1609,7 @@ data_write(void)
printf("sounds: %3.5f\n", ecore_time_get() - t); t = ecore_time_get(); printf("sounds: %3.5f\n", ecore_time_get() - t); t = ecore_time_get();
} }
pending_threads--; pending_threads--;
if (pending_threads > 0) ecore_main_loop_begin();
if (verbose) if (verbose)
{ {
printf("THREADS: %3.5f\n", ecore_time_get() - t); t = ecore_time_get(); printf("THREADS: %3.5f\n", ecore_time_get() - t); t = ecore_time_get();