removed the if(clients) check from popping code

new_dwm
Anselm R.Garbe 18 years ago
parent 4ee661d908
commit 735ca9ccd6

@ -477,7 +477,6 @@ zoom(Arg *arg)
if(sel->next)
sel->next->prev = sel->prev;
sel->prev = NULL;
if(clients)
clients->prev = sel;
sel->next = clients;
clients = sel;

Loading…
Cancel
Save