summaryrefslogtreecommitdiffstats
path: root/iw/fdisk.py
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-09-20 21:17:54 +0000
committerpnfisher <pnfisher>1999-09-20 21:17:54 +0000
commitd1ed7786579ebd1a0b1e6dc590e68576c0f5f7b6 (patch)
treead9f3f77c7d56e2dabdbf7cbb6f7700dbf648a0a /iw/fdisk.py
parentb329cfccd3d205a704172b8bb351ded406922bfc (diff)
downloadanaconda-d1ed7786579ebd1a0b1e6dc590e68576c0f5f7b6.tar.gz
anaconda-d1ed7786579ebd1a0b1e6dc590e68576c0f5f7b6.tar.xz
anaconda-d1ed7786579ebd1a0b1e6dc590e68576c0f5f7b6.zip
Make go.
Diffstat (limited to 'iw/fdisk.py')
-rw-r--r--iw/fdisk.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/iw/fdisk.py b/iw/fdisk.py
index 2f1b912be..48df14293 100644
--- a/iw/fdisk.py
+++ b/iw/fdisk.py
@@ -51,6 +51,11 @@ class FDiskWindow (InstallWindow):
def getScreen (self):
+ from installpath import InstallPathWindow
+ if ((not InstallPathWindow.fdisk) or
+ (not InstallPathWindow.fdisk.get_active ())):
+ return None
+
self.windowContainer = GtkVBox (FALSE)
self.buttonBox = GtkVBox (FALSE, 5)
self.buttonBox.set_border_width (5)