diff options
author | Bill Nottingham <notting@redhat.com> | 2000-12-29 00:21:12 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-12-29 00:21:12 +0000 |
commit | a0f03a74410a7e4f9287f5448e19e180202bb603 (patch) | |
tree | 2d1a9ab6428708145bab54cf604322688058e7c3 | |
parent | 2db6c8c120a2e97b689dc9332cf7845e75f3c50f (diff) | |
download | anaconda-a0f03a74410a7e4f9287f5448e19e180202bb603.tar.gz anaconda-a0f03a74410a7e4f9287f5448e19e180202bb603.tar.xz anaconda-a0f03a74410a7e4f9287f5448e19e180202bb603.zip |
fix an execption
-rw-r--r-- | iw/xconfig_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py index d62254f1b..bdb01e28c 100644 --- a/iw/xconfig_gui.py +++ b/iw/xconfig_gui.py @@ -1787,7 +1787,7 @@ class XConfigWindow (InstallWindow): restore = GtkButton (_("Restore original values")) restore.connect ("clicked", self.restorePressed) # buttonBox.pack_start (restore) - hbox.pack_start(restore, FALSE, 25) +# hbox.pack_start(restore, FALSE, 25) |