changeset: 751:c5f9c2d806e7
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Mon Feb 12 17:20:51 2007 +0100
summary: yet another consistency fix of dwm
diff -r 154b5d4b4a26 -r c5f9c2d806e7 view.c
--- a/view.c Mon Feb 12 16:41:46 2007 +0100
+++ b/view.c Mon Feb 12 17:20:51 2007 +0100
@@ -207,7 +207,7 @@ restack(void) {
void
togglefloat(Arg *arg) {
- if (!sel || arrange == dofloat)
+ if(!sel || arrange == dofloat)
return;
sel->isfloat = !sel->isfloat;
arrange();
Received on Mon Feb 12 2007 - 17:21:05 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:14 UTC