prepared 4.4.1 bugfix and minor feature enhancement release

This commit is contained in:
Anselm R. Garbe
2007-08-26 12:53:40 +02:00
parent cc7970010b
commit a92cf496c1
5 changed files with 5 additions and 5 deletions

View File

@ -284,7 +284,7 @@ togglebar(const char *arg) {
void
togglefloating(const char *arg) {
if(!sel || isfloating())
if(!sel)
return;
sel->isfloating = !sel->isfloating;
if(sel->isfloating)