evas: don't use dead condition.

SVN revision: 59300
This commit is contained in:
Cedric BAIL 2011-05-09 14:42:12 +00:00
parent 0351269adc
commit c2df2df0c6
1 changed files with 2 additions and 1 deletions

View File

@ -1405,6 +1405,7 @@ EAPI void
evas_cache_image_wakeup(void)
{
#ifdef BUILD_ASYNC_PRELOAD
eina_condition_broadcast(&cond_wakeup);
if (_evas_cache_mutex_init > 0)
eina_condition_broadcast(&cond_wakeup);
#endif
}