summaryrefslogtreecommitdiffstats
path: root/iw/xconfig_gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-08-08 22:12:56 +0000
committerbfox <bfox>2001-08-08 22:12:56 +0000
commit678fbd8fd08596303e5d29a7607b0e4058c08cc6 (patch)
tree46f4eed46fa7fd2bcbd67dabc3d227c7263944bb /iw/xconfig_gui.py
parentb33f2e392253c6e3c3c4b9e7a0fed13ed153265f (diff)
downloadanaconda-678fbd8fd08596303e5d29a7607b0e4058c08cc6.tar.gz
anaconda-678fbd8fd08596303e5d29a7607b0e4058c08cc6.tar.xz
anaconda-678fbd8fd08596303e5d29a7607b0e4058c08cc6.zip
show help again after the individual package selection screen
Diffstat (limited to 'iw/xconfig_gui.py')
-rw-r--r--iw/xconfig_gui.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index cfd4f6c00..a8ebf599f 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -660,7 +660,7 @@ class XConfigWindow (InstallWindow):
def __init__ (self, ics):
InstallWindow.__init__ (self, ics)
- self.ics.setNextEnabled (TRUE)
+ self.ics = ics
def getNext (self):
if self.skip.get_active():
@@ -789,6 +789,8 @@ class XConfigWindow (InstallWindow):
# XConfigWindow tag="xconf"
def getScreen (self, dispatch, xconfig, videocard, intf):
+ self.ics.setHelpEnabled (TRUE)
+
def makeFormattedLabel(text):
label = GtkLabel (text)
label.set_justify (JUSTIFY_LEFT)