diff options
author | bfox <bfox> | 2000-12-01 03:57:34 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-12-01 03:57:34 +0000 |
commit | 211b9ec8a63821c16fcda13e25922b61bfe2113e (patch) | |
tree | d2c17355f263e1ce3084dc0ad661eb170db0f527 /iw | |
parent | 599cdc425d809e5574c2a177986403203109b952 (diff) | |
download | anaconda-211b9ec8a63821c16fcda13e25922b61bfe2113e.tar.gz anaconda-211b9ec8a63821c16fcda13e25922b61bfe2113e.tar.xz anaconda-211b9ec8a63821c16fcda13e25922b61bfe2113e.zip |
Removed horizontal separator
Diffstat (limited to 'iw')
-rw-r--r-- | iw/format_gui.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/iw/format_gui.py b/iw/format_gui.py index 3aebfc5ea..647d315f2 100644 --- a/iw/format_gui.py +++ b/iw/format_gui.py @@ -50,8 +50,6 @@ class FormatWindow (InstallWindow): vbox = GtkVBox (FALSE, 10) vbox.pack_start (sw, TRUE, TRUE) -# vbox.pack_start (GtkHSeparator (), FALSE, padding=3) - self.check = GtkCheckButton (_("Check for bad blocks while formatting")) self.check.set_active (self.todo.fstab.getBadBlockCheck()) self.check.connect ("toggled", check, self.todo) |