summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-07-25 22:19:29 +0000
committerMatt Wilson <msw@redhat.com>1999-07-25 22:19:29 +0000
commitd6fa7144d72cbda152b1ab03fff21ac93f0df3e8 (patch)
tree83d6890688b4ca5eb6c17af6c3f0346523ded410 /gui.py
parent4a17b1228300ff3c99f1ea1c14b40ffd274f947e (diff)
downloadanaconda-d6fa7144d72cbda152b1ab03fff21ac93f0df3e8.tar.gz
anaconda-d6fa7144d72cbda152b1ab03fff21ac93f0df3e8.tar.xz
anaconda-d6fa7144d72cbda152b1ab03fff21ac93f0df3e8.zip
switch from balkan to parted
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 d800290d2..ce4baacd8 100755
--- a/gui.py
+++ b/gui.py
@@ -312,9 +312,7 @@ class WaitWindow:
class GtkMainThread:
def run (self):
- threads_enter ()
mainloop ()
- threads_leave ()
class InstallInterface: