diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-23 18:26:22 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-23 18:26:22 +0000 |
commit | 47b4e63bae7f56ec3c021a8dcc4eb08d97572e9c (patch) | |
tree | 26d356af1f5a45597421a56cbf7614e0cff861da /iw | |
parent | c4eb91df1bde464835d23bf8191653b9abe9b037 (diff) | |
download | anaconda-47b4e63bae7f56ec3c021a8dcc4eb08d97572e9c.tar.gz anaconda-47b4e63bae7f56ec3c021a8dcc4eb08d97572e9c.tar.xz anaconda-47b4e63bae7f56ec3c021a8dcc4eb08d97572e9c.zip |
this shouldn't be here
Diffstat (limited to 'iw')
-rw-r--r-- | iw/rootpartition.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py index 7bfd280d9..d0b990083 100644 --- a/iw/rootpartition.py +++ b/iw/rootpartition.py @@ -114,14 +114,6 @@ class PartitionWindow (InstallWindow): self.ics.setNextEnabled (value) def getScreen (self): - 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 " - "we'll have to write your new partition table to the " - "disk immediately. Is that okay?"), "okcancel") - threads_enter () - self.todo.ddruid.setCallback (self.enableCallback) if self.todo.getSkipPartitioning(): |