summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-05 17:02:50 +0000
committerMatt Wilson <msw@redhat.com>2001-07-05 17:02:50 +0000
commitac1418e72bf805fc1642bcbd1db336af352a7ea7 (patch)
tree9a0648625b03c63c05980e5b796dd33c8fa83a15 /gui.py
parent480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1 (diff)
downloadanaconda-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-xgui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 22a3d2b7b..7f859a066 100755
--- a/gui.py
+++ b/gui.py
@@ -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()