diff options
author | Chris Lumens <clumens@redhat.com> | 2006-05-16 16:01:32 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-05-16 16:01:32 +0000 |
commit | fd56e446dba2a7abbd09981ecdcf63098fb46fd7 (patch) | |
tree | 52b21730aedff8286961c3c8cbcfd4c558c11768 /iw/congrats_gui.py | |
parent | 46d4b5a1a19b3fcd72826ec36906e2402569eb73 (diff) | |
download | anaconda-fd56e446dba2a7abbd09981ecdcf63098fb46fd7.tar.gz anaconda-fd56e446dba2a7abbd09981ecdcf63098fb46fd7.tar.xz anaconda-fd56e446dba2a7abbd09981ecdcf63098fb46fd7.zip |
Remove help-related methods, classes, and variables since that stuff has
been disabled for months and it's never coming back. Also remove this
stuff from the glade file as well.
Diffstat (limited to 'iw/congrats_gui.py')
-rw-r--r-- | iw/congrats_gui.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py index 70265f085..3cf9ffbbc 100644 --- a/iw/congrats_gui.py +++ b/iw/congrats_gui.py @@ -27,8 +27,6 @@ class CongratulationWindow (InstallWindow): InstallWindow.__init__(self, ics) 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) @@ -45,8 +43,6 @@ class CongratulationWindow (InstallWindow): # CongratulationWindow tag=NA def getScreen (self, anaconda): - self.ics.setHelpEnabled (False) - hbox = gtk.HBox (False, 5) pix = gui.readImageFromFile ("done.png") |