fixed crashing bug

This commit is contained in:
Anselm R. Garbe 2006-03-27 09:42:22 +02:00
parent fcedcdcafd
commit 344f3d0573
1 changed files with 2 additions and 2 deletions

View File

@ -534,9 +534,9 @@ Swaparea:
if(o == a)
return;
a->frame[j] = o->frame[o->sel];
o->frame[o->sel]->area = a;
a->frame[j]->area = a;
o->frame[o->sel] = f;
f->area = a;
f->area = o;
arrange_column(o);
}
else if(!strncmp(arg, "up", 3)) {