* evas: unbreak pipe rendering.

SVN revision: 51202
This commit is contained in:
Cedric BAIL 2010-08-16 12:12:13 +00:00
parent 32a891e57e
commit 302e9e942e
1 changed files with 1 additions and 1 deletions

View File

@ -1850,7 +1850,7 @@ evas_common_pipe_init(void)
}
#if defined(METRIC_CACHE) || defined(WORD_CACHE)
eina_stringshare_threads_init();
eina_threads_init();
#endif
}
if (thread_num == 1) return EINA_FALSE;