diff options
| author | Anselm R.Garbe <[email protected]> | 2006-08-11 10:05:53 +0200 |
|---|---|---|
| committer | Anselm R.Garbe <[email protected]> | 2006-08-11 10:05:53 +0200 |
| commit | 895902b57adbfe26f982a3eb4e2ee8f3aa4dd408 (patch) | |
| tree | d2a2790e936ad7f56e4987e97e443a954e5b31b6 | |
| parent | realized that client focussing through the bar is pretty useless, better is s... (diff) | |
| download | seiwm-895902b57adbfe26f982a3eb4e2ee8f3aa4dd408.tar.xz seiwm-895902b57adbfe26f982a3eb4e2ee8f3aa4dd408.zip | |
applied Sander's patch as well
| -rw-r--r-- | client.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -467,8 +467,7 @@ zoom(Arg *arg) } /* pop */ - if(sel->prev) - sel->prev->next = sel->next; + sel->prev->next = sel->next; if(sel->next) sel->next->prev = sel->prev; sel->prev = NULL; |