this works somewhat better =)

SVN revision: 5673
This commit is contained in:
Christopher Rosendahl 2001-11-11 02:11:36 +00:00
parent c583f6a09f
commit eca3aa7476
1 changed files with 2 additions and 1 deletions

View File

@ -161,9 +161,10 @@ e_desktops_scroll(E_Desktop *desk, int dx, int dy)
void
e_desktops_cleanup(E_Desktop *desk)
{
Evas_List l;
D_ENTER;
while (desk->windows)
for (l = desk->windows; l; l = l->next)
{
E_Border *b;