all repos — fluxbox @ 1b4596ee852eaa770064f2711a1b6445a6c4303d

custom fork of the fluxbox windowmanager

bugfix: stop wiping out ~/.fluxbox/keys
Mathias Gumz akira at fluxbox dot org
commit

1b4596ee852eaa770064f2711a1b6445a6c4303d

parent

261ba26d27c3a64a627b6f407e057da0d17b621c

1 files changed, 0 insertions(+), 6 deletions(-)

jump to
M util/fluxbox-update_configs.ccutil/fluxbox-update_configs.cc

@@ -489,12 +489,6 @@

string linebuffer; while (!infile.eof()) { getline(infile, linebuffer); - - // check if we read something at all. if its 0, its a strange file - // (eg a directory) or we are at the end - if (infile.gcount() == 0) { - break; - } whole_file += linebuffer + "\n"; } infile.close();