From 12654aa9b4945c1bce54ca3d89d4e65f978ec990 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 6 Feb 2006 22:36:45 +0000 Subject: 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. --- iw/congrats_gui.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'iw') 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() -- cgit