all repos — fluxbox @ 26754cd47722ac36380a7a2f8bd56e8a40b951ce

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

26754cd47722ac36380a7a2f8bd56e8a40b951ce

parent

8572a544ec2b4d43722ed69b5f701ff75f721e20

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

jump to
M src/Timer.ccsrc/Timer.cc

@@ -42,7 +42,7 @@ }

BTimer::~BTimer(void) { - if (timing) stop(); + if (isTiming()) stop(); }