diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-07-08 04:06:59 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-07-08 04:06:59 +0000 |
commit | de47657c85efb846e17d6fb9ddcb3521c2ddaa9b (patch) | |
tree | f4e3cf42f5dec03ccbf3247727b9004430b29491 /iw/fdisk_gui.py | |
parent | 7f9109e7854a0d3aa4af7a51bc238bf7c7138169 (diff) | |
download | anaconda-de47657c85efb846e17d6fb9ddcb3521c2ddaa9b.tar.gz anaconda-de47657c85efb846e17d6fb9ddcb3521c2ddaa9b.tar.xz anaconda-de47657c85efb846e17d6fb9ddcb3521c2ddaa9b.zip |
now you change the boot loader from a dialog on the first screen so that confusion is gone, but otherwise, basically the same as things were before. added mnemonics as they were needed
Diffstat (limited to 'iw/fdisk_gui.py')
-rw-r--r-- | iw/fdisk_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/fdisk_gui.py b/iw/fdisk_gui.py index 74873c326..22a33ffab 100644 --- a/iw/fdisk_gui.py +++ b/iw/fdisk_gui.py @@ -58,6 +58,7 @@ class FDiskWindow (InstallWindow): term = vte.Terminal() term.set_encoding("UTF-8") term.set_font_from_string("monospace") + term.connect("child_exited", self.child_died, widget) self.drive = drive |