diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-28 19:37:08 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-28 19:37:08 +0000 |
commit | 58356572e73c7c099f932f7f579995ff50f7ead6 (patch) | |
tree | c03d27cdd83b5372936ef3f4f7dfa8d77ab8b616 /iw/fdisk.py | |
parent | 1c68de4f37ffe361d1f08f47058b980aa71c0360 (diff) | |
download | anaconda-58356572e73c7c099f932f7f579995ff50f7ead6.tar.gz anaconda-58356572e73c7c099f932f7f579995ff50f7ead6.tar.xz anaconda-58356572e73c7c099f932f7f579995ff50f7ead6.zip |
del key
Diffstat (limited to 'iw/fdisk.py')
-rw-r--r-- | iw/fdisk.py | 1 |
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 |