summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-04-10 20:57:48 +0000
committerErik Troan <ewt@redhat.com>2001-04-10 20:57:48 +0000
commit2b7502ace03512345d86d10294f80de0b228c93e (patch)
tree9e35a0cb05b1d441e8e774e1c10a544a75700046
parent09571ab9978aaed57f25bc57f00aa4ad95528836 (diff)
downloadanaconda-2b7502ace03512345d86d10294f80de0b228c93e.tar.gz
anaconda-2b7502ace03512345d86d10294f80de0b228c93e.tar.xz
anaconda-2b7502ace03512345d86d10294f80de0b228c93e.zip
put back ^Z exit
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 2e053a6ff..4402548b5 100644
--- a/text.py
+++ b/text.py
@@ -924,7 +924,7 @@ class InstallInterface:
self.drawFrame()
# uncomment this line to make the installer quit on <Ctrl+Z>
# handy for quick debugging.
- #self.screen.suspendCallback(killSelf, self.screen)
+ self.screen.suspendCallback(killSelf, self.screen)
# uncomment this line to drop into the python debugger on <Ctrl+Z>
# --VERY handy--
#self.screen.suspendCallback(debugSelf, self.screen)