* evas: unbreak pipe rendering, that was a long break.

SVN revision: 50374
This commit is contained in:
Cedric BAIL 2010-07-20 09:32:28 +00:00
parent b0ce982544
commit 8bd358c65e
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ evas_common_pipe_flush(RGBA_Image *im)
#endif
{
/* process pipe - 1 thead */
for (p = im->pipe; p; p = (RGBA_Pipe *)(EINA_INLIST_GET(p))->next)
for (p = im->cache_entry.pipe; p; p = (RGBA_Pipe *)(EINA_INLIST_GET(p))->next)
{
for (i = 0; i < p->op_num; i++)
{