summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorbfox <bfox>2001-06-21 19:02:54 +0000
committerbfox <bfox>2001-06-21 19:02:54 +0000
commitfa1f07dced29d19304844d2594f9eb7f3760b930 (patch)
treeafb4dbcecd52a9943437975b3cd42a596d34d6ca /iw
parent8e9e355b90c86c3486e884362790ca904efc605f (diff)
downloadanaconda-fa1f07dced29d19304844d2594f9eb7f3760b930.tar.gz
anaconda-fa1f07dced29d19304844d2594f9eb7f3760b930.tar.xz
anaconda-fa1f07dced29d19304844d2594f9eb7f3760b930.zip
pull WelcomeScreen instead of Splash screen
Diffstat (limited to 'iw')
-rw-r--r--iw/welcome_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py
index d0f2c5bde..3ad7d415a 100644
--- a/iw/welcome_gui.py
+++ b/iw/welcome_gui.py
@@ -16,7 +16,7 @@ class WelcomeWindow (InstallWindow):
def getScreen (self):
frame = GtkFrame ()
frame.set_shadow_type (SHADOW_IN)
- im = self.ics.readPixmap ( self.ics.configFileData.getSplashscreen())
+ im = self.ics.readPixmap ( self.ics.configFileData.getWelcomeScreen())
if im:
im.render ()