pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a200c39
)
small bugfix
author
Anselm R. Garbe
<garbeam@gmail.com>
Mon, 13 Aug 2007 17:22:51 +0000
(19:22 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Mon, 13 Aug 2007 17:22:51 +0000
(19:22 +0200)
tile.c
patch
|
blob
|
history
diff --git
a/tile.c
b/tile.c
index
b7cc100
..
e1c68f8
100644
(file)
--- a/
tile.c
+++ b/
tile.c
@@
-12,7
+12,7
@@
void
addtomwfact(const char *arg) {
double delta;
- if(isarrange(tile))
+ if(
!
isarrange(tile))
return;
/* arg handling, manipulate mwfact */