summaryrefslogtreecommitdiffstats
path: root/iw/fdisk.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-28 19:37:08 +0000
committerMatt Wilson <msw@redhat.com>2000-02-28 19:37:08 +0000
commit58356572e73c7c099f932f7f579995ff50f7ead6 (patch)
treec03d27cdd83b5372936ef3f4f7dfa8d77ab8b616 /iw/fdisk.py
parent1c68de4f37ffe361d1f08f47058b980aa71c0360 (diff)
downloadanaconda-58356572e73c7c099f932f7f579995ff50f7ead6.tar.gz
anaconda-58356572e73c7c099f932f7f579995ff50f7ead6.tar.xz
anaconda-58356572e73c7c099f932f7f579995ff50f7ead6.zip
del key
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 868ad08bd..f39e2f0c2 100644
--- a/iw/fdisk.py
+++ b/iw/fdisk.py
@@ -41,6 +41,7 @@ class FDiskWindow (InstallWindow):
def button_clicked (self, widget, drive):
zvt = ZvtTerm (80, 24)
+ zvt.set_del_key_swap(TRUE)
zvt.connect ("child_died", self.child_died, widget)
self.drive = drive