summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-12 00:39:22 +0000
committerMatt Wilson <msw@redhat.com>2000-01-12 00:39:22 +0000
commit4554f9534963d170ca2ca75e03943000b31bcdb9 (patch)
treecd44b14a2581ec6a04bf17392ae3a709c38f389e
parenta3a5ed520f43fa5fe9d0d78ebad3c24e55fb58ca (diff)
downloadanaconda-4554f9534963d170ca2ca75e03943000b31bcdb9.tar.gz
anaconda-4554f9534963d170ca2ca75e03943000b31bcdb9.tar.xz
anaconda-4554f9534963d170ca2ca75e03943000b31bcdb9.zip
work on x config
-rw-r--r--iw/xconfig.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/iw/xconfig.py b/iw/xconfig.py
index 974b3befa..fefffb0b5 100644
--- a/iw/xconfig.py
+++ b/iw/xconfig.py
@@ -335,9 +335,9 @@ class XConfigWindow (InstallWindow):
label.set_usize (400, -1)
self.autoBox.pack_start (label, FALSE)
- label = GtkLabel (_("Autoprobe results:"))
- label.set_alignment (0.0, 0.5)
- self.autoBox.pack_start (label, FALSE)
+# label = GtkLabel (_("Autoprobe results:"))
+# label.set_alignment (0.0, 0.5)
+# self.autoBox.pack_start (label, FALSE)
# report = self.todo.x.probeReport ()
# report = string.replace (report, '\t', ' ')
@@ -346,7 +346,6 @@ class XConfigWindow (InstallWindow):
# result.set_alignment (0.2, 0.5)
# result.set_justify (JUSTIFY_LEFT)
# self.autoBox.pack_start (result, FALSE)
-# box.pack_start (self.autoBox, FALSE)
label = GtkLabel (_("If the probed settings do not match your hardware "
"select the correct setting below:"))
@@ -356,6 +355,8 @@ class XConfigWindow (InstallWindow):
label.set_usize (400, -1)
self.autoBox.pack_start (label, FALSE)
+ box.pack_start (self.autoBox, FALSE)
+
# card configuration
self.cardList = GtkCList ()
self.cardList.set_selection_mode (SELECTION_BROWSE)