applied Sander's patch as well

pull/1/head
Anselm R.Garbe 19 years ago
parent 7d4184dc5c
commit 895902b57a
  1. 1
      client.c

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

Loading…
Cancel
Save