summaryrefslogtreecommitdiffstats
path: root/iw/rootpartition_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/rootpartition_gui.py')
-rw-r--r--iw/rootpartition_gui.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/iw/rootpartition_gui.py b/iw/rootpartition_gui.py
index e866c7959..294c5b549 100644
--- a/iw/rootpartition_gui.py
+++ b/iw/rootpartition_gui.py
@@ -47,7 +47,6 @@ class PartitionWindow (InstallWindow):
isys.EARLY_SWAP_RAM):
return 1
- threads_leave ()
message = gui.MessageWindow(_("Low Memory"),
_("As you don't have much memory in this machine, we "
"need to turn on swap space immediately. To do this "
@@ -55,7 +54,6 @@ class PartitionWindow (InstallWindow):
"disk immediately. Is that okay?"), "okcancel")
if (message.getrc () == 1):
- threads_enter ()
return 0
self.todo.fstab.savePartitions()
@@ -63,8 +61,6 @@ class PartitionWindow (InstallWindow):
self.todo.ddruidAlreadySaved = 1
PartitionWindow.swapon = 1
- threads_enter ()
-
return 1
@@ -126,9 +122,7 @@ class PartitionWindow (InstallWindow):
bootPartition = None
rootPartition = None
- threads_leave()
rc = self.lba32Check ()
- threads_enter()
if rc:
raise gui.StayOnScreen