commit | cfb60ee1e88118ca50254cf073b934a136e9f96a | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Oct 01 10:46:46 1996 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Oct 01 10:46:46 1996 +0000 |
tree | 7f70825383edcad46001fdd5c63fe9265f69a57c | |
parent | cc778ebd62a5e256c6cf44b32f417658cce1751c [diff] [blame] |
Fixed very nasty null-dereferencing bug in DisposeControl/destroy object.
diff --git a/Mac/Modules/ctl/ctlscan.py b/Mac/Modules/ctl/ctlscan.py index 661cbfe..d3e185e 100644 --- a/Mac/Modules/ctl/ctlscan.py +++ b/Mac/Modules/ctl/ctlscan.py
@@ -30,7 +30,7 @@ def makeblacklistnames(self): return [ - 'DisposeControl' # Implied by deletion of control object + 'DisposeControl', # Generated manually 'KillControls', # Implied by close of dialog 'SetCtlAction', ]