diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-05 17:02:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-05 17:02:50 +0000 |
commit | ac1418e72bf805fc1642bcbd1db336af352a7ea7 (patch) | |
tree | 9a0648625b03c63c05980e5b796dd33c8fa83a15 /gui.py | |
parent | 480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1 (diff) | |
download | anaconda-ac1418e72bf805fc1642bcbd1db336af352a7ea7.tar.gz anaconda-ac1418e72bf805fc1642bcbd1db336af352a7ea7.tar.xz anaconda-ac1418e72bf805fc1642bcbd1db336af352a7ea7.zip |
disable threads, you MUST use the new pygtk package now
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -496,10 +496,8 @@ class InstallControlWindow: self.buff = _("Release notes are missing.\n") def handleRenderCallback(self): - threads_enter() self.currentWindow.renderCallback() idle_remove(self.handle) - threads_leave() def setScreen (self): (step, args) = self.dispatch.currentStep() |