summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-23 15:26:04 +0000
committerMatt Wilson <msw@redhat.com>1999-09-23 15:26:04 +0000
commitf759e19dce24dc7d351268abc37b6e536ea99c99 (patch)
treea91e80195bb2ab4fb06c437a3deff50aed0ee972 /iw
parent75afbcb6042429984840a213a74ddcd15f908422 (diff)
downloadanaconda-f759e19dce24dc7d351268abc37b6e536ea99c99.tar.gz
anaconda-f759e19dce24dc7d351268abc37b6e536ea99c99.tar.xz
anaconda-f759e19dce24dc7d351268abc37b6e536ea99c99.zip
added another threads_enter
Diffstat (limited to 'iw')
-rw-r--r--iw/rootpartition.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py
index 60f0dacc1..d0b990083 100644
--- a/iw/rootpartition.py
+++ b/iw/rootpartition.py
@@ -47,6 +47,7 @@ class PartitionWindow (InstallWindow):
"disk immediately. Is that okay?"), "okcancel")
if (message.getrc () == 1):
+ threads_enter ()
return 0
self.todo.ddruid.save ()