summaryrefslogtreecommitdiffstats
path: root/iw/fdisk.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-14 16:58:30 +0000
committerMatt Wilson <msw@redhat.com>2000-01-14 16:58:30 +0000
commit33bc2bf3546528c18cde86f48773553adb4e55ce (patch)
tree186d6a1134911d432a7753f564c2a4d6ff9ac7f5 /iw/fdisk.py
parent1ced3a2290c294cc24efdb6d45f445158ee23e0d (diff)
downloadanaconda-33bc2bf3546528c18cde86f48773553adb4e55ce.tar.gz
anaconda-33bc2bf3546528c18cde86f48773553adb4e55ce.tar.xz
anaconda-33bc2bf3546528c18cde86f48773553adb4e55ce.zip
new screens
Diffstat (limited to 'iw/fdisk.py')
-rw-r--r--iw/fdisk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/fdisk.py b/iw/fdisk.py
index ec7e5ea2f..4b8149922 100644
--- a/iw/fdisk.py
+++ b/iw/fdisk.py
@@ -10,6 +10,7 @@ class FDiskWindow (InstallWindow):
def __init__ (self, ics):
InstallWindow.__init__ (self, ics)
ics.setTitle (_("fdisk"))
+ ics.readHTML ("fdisk")
def child_died (self, widget, button):
self.windowContainer.remove (self.windowContainer.children ()[0])