applied Sander's patch as well

This commit is contained in:
Anselm R.Garbe 2006-08-11 10:05:53 +02:00
parent 7d4184dc5c
commit 895902b57a
1 changed files with 1 additions and 2 deletions

View File

@ -467,8 +467,7 @@ zoom(Arg *arg)
} }
/* pop */ /* pop */
if(sel->prev) sel->prev->next = sel->next;
sel->prev->next = sel->next;
if(sel->next) if(sel->next)
sel->next->prev = sel->prev; sel->next->prev = sel->prev;
sel->prev = NULL; sel->prev = NULL;