summaryrefslogtreecommitdiffstats
path: root/iw/congrats_gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-04 19:58:53 +0000
committerChris Lumens <clumens@redhat.com>2006-05-04 19:58:53 +0000
commit9e1a444c46abcfc29c2e44ffd102fcc1eda6289e (patch)
treefc10e993fe6c8292fbd0cb57fb6ad4135b0a8fad /iw/congrats_gui.py
parent2d90bc12dcc682a7f0ff68e599cbb81a34a0b4a3 (diff)
downloadanaconda-9e1a444c46abcfc29c2e44ffd102fcc1eda6289e.tar.gz
anaconda-9e1a444c46abcfc29c2e44ffd102fcc1eda6289e.tar.xz
anaconda-9e1a444c46abcfc29c2e44ffd102fcc1eda6289e.zip
Make all UI steps use anaconda class. Add system-config-keyboard shim.
Diffstat (limited to 'iw/congrats_gui.py')
-rw-r--r--iw/congrats_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 3c79bddfb..70265f085 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -1,7 +1,7 @@
#
# congrats_gui.py: install/upgrade complete screen.
#
-# Copyright 2000-2002 Red Hat, Inc.
+# Copyright 2000-2006 Red Hat, Inc.
#
# This software may be freely redistributed under the terms of the GNU
# library public license.
@@ -44,7 +44,7 @@ class CongratulationWindow (InstallWindow):
gui.copyScreenshots()
# CongratulationWindow tag=NA
- def getScreen (self):
+ def getScreen (self, anaconda):
self.ics.setHelpEnabled (False)
hbox = gtk.HBox (False, 5)