diff options
author | fluxgen <fluxgen> | 2002-02-04 22:46:10 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-04 22:46:10 (GMT) |
commit | 26754cd47722ac36380a7a2f8bd56e8a40b951ce (patch) | |
tree | 220e55cfc994053f2c2a7c3aa503abcffd8bf85e /src | |
parent | 8572a544ec2b4d43722ed69b5f701ff75f721e20 (diff) | |
download | fluxbox-26754cd47722ac36380a7a2f8bd56e8a40b951ce.zip fluxbox-26754cd47722ac36380a7a2f8bd56e8a40b951ce.tar.bz2 |
minor fix
Diffstat (limited to 'src')
-rw-r--r-- | src/Timer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Timer.cc b/src/Timer.cc index f35f274..b031816 100644 --- a/src/Timer.cc +++ b/src/Timer.cc | |||
@@ -42,7 +42,7 @@ BTimer::BTimer(BaseDisplay *d, TimeoutHandler *h) { | |||
42 | 42 | ||
43 | 43 | ||
44 | BTimer::~BTimer(void) { | 44 | BTimer::~BTimer(void) { |
45 | if (timing) stop(); | 45 | if (isTiming()) stop(); |
46 | } | 46 | } |
47 | 47 | ||
48 | 48 | ||