diff -r 5d7b7ff7a289 -r a9392d33865a client.c --- a/client.c Thu Aug 10 18:44:19 2006 +0200 +++ b/client.c Fri Aug 11 08:34:42 2006 +0200 @@ -477,8 +477,7 @@ if(sel->next) sel->next->prev = sel->prev; sel->prev = NULL; - if(clients) - clients->prev = sel; + clients->prev = sel; sel->next = clients; clients = sel; arrange(NULL);