Skip to content

Commit

Permalink
Add WindowName option to FvwmButtons, TA cleanup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
NsCDE authored and ThomasAdam committed Sep 9, 2020
1 parent 67bb1da commit d885daa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/FvwmButtons/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1946,10 +1946,7 @@ static void ParseConfigLine(button_info **ubb, char *s)
ub->c->flags.b_WindowName = 0;
}
#ifdef DEBUG_PARSER
if (windowname == 0)
{
fprintf(stderr, "%s\n", windowname);
}
fprintf(stderr, "%s\n", windowname);
#endif
break;
}
Expand Down

0 comments on commit d885daa

Please sign in to comment.