summaryrefslogtreecommitdiffstats
path: root/generic/tclNotify.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2014-01-09 21:20:23 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2014-01-09 21:20:23 (GMT)
commit4aa0402e774719d5bde6de666876df9607d61f62 (patch)
treefe3896fd636563de7504eb24bce205cf9f547457 /generic/tclNotify.c
parent8bf48ad5587163c9d5efb09245c0ff6d24db142a (diff)
parent1dd57e7f83b454f114c495ecec9d81fcfa8c13f6 (diff)
downloadtcl-4aa0402e774719d5bde6de666876df9607d61f62.zip
tcl-4aa0402e774719d5bde6de666876df9607d61f62.tar.gz
tcl-4aa0402e774719d5bde6de666876df9607d61f62.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclNotify.c')
-rw-r--r--generic/tclNotify.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tclNotify.c b/generic/tclNotify.c
index a6523fc..e76bca8 100644
--- a/generic/tclNotify.c
+++ b/generic/tclNotify.c
@@ -813,11 +813,7 @@ Tcl_SetMaxBlockTime(
*/
if (!tsdPtr->inTraversal) {
- if (tsdPtr->blockTimeSet) {
- Tcl_SetTimer(&tsdPtr->blockTime);
- } else {
- Tcl_SetTimer(NULL);
- }
+ Tcl_SetTimer(&tsdPtr->blockTime);
}
}