BAD xcomp - borders on other desks are not visible - that was not the plan

SVN revision: 12894
This commit is contained in:
handyande 2005-01-11 09:41:51 +00:00 committed by handyande
parent 9a555d6d96
commit 0f9b9cda50
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ _pager_refresh(Pager *e)
{
Evas_Coord winx, winy, winw, winh;
border = (E_Border *) clients->data;
if (!border->visible)
if (border->iconic)
{
clients = clients->next;
continue;