summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-02-06 22:36:45 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-02-06 22:36:45 +0000
commit12654aa9b4945c1bce54ca3d89d4e65f978ec990 (patch)
treea3dd6ae6df5ada3d11563d57a0da7e3c07f1dc42 /iw
parent5e1b76a044a5bfa411902675537ece350cb4b796 (diff)
downloadanaconda-12654aa9b4945c1bce54ca3d89d4e65f978ec990.tar.gz
anaconda-12654aa9b4945c1bce54ca3d89d4e65f978ec990.tar.xz
anaconda-12654aa9b4945c1bce54ca3d89d4e65f978ec990.zip
iw/congrats_gui.py (CongratulationWindow): Force buttonBar on
main installer screen to active in case release notes viewer is running (#179924). You still have to close the release notes viewer anyway, so I don't know if this change really matters in the grand scheme of things.
Diffstat (limited to 'iw')
-rw-r--r--iw/congrats_gui.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 705358f37..d318c659d 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -28,6 +28,10 @@ class CongratulationWindow (InstallWindow):
ics.setPrevEnabled(False)
ics.setHelpButtonEnabled(False)
ics.setHelpEnabled(False)
+
+ # force buttonbar on in case release notes viewer is running
+ ics.cw.mainxml.get_widget("buttonBar").set_sensitive(True)
+
# this mucks around a bit, but it's the weird case and it's
# better than adding a lot of complication to the normal
ics.cw.mainxml.get_widget("nextButton").hide()