summaryrefslogtreecommitdiffstats
path: root/iw/welcome_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-06-21 20:59:14 +0000
committerJeremy Katz <katzj@redhat.com>2001-06-21 20:59:14 +0000
commit41cc5d8e4f26054b320cac20130bbef9869b465b (patch)
treebdeaf0f83508a185ef811e75c1dfbe68ca4bb62b /iw/welcome_gui.py
parent33a4f60ded7b91934f9ac3e37f575bd246892b0d (diff)
downloadanaconda-41cc5d8e4f26054b320cac20130bbef9869b465b.tar.gz
anaconda-41cc5d8e4f26054b320cac20130bbef9869b465b.tar.xz
anaconda-41cc5d8e4f26054b320cac20130bbef9869b465b.zip
revert config file changes for now
Diffstat (limited to 'iw/welcome_gui.py')
-rw-r--r--iw/welcome_gui.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py
index 3ad7d415a..f5c0c727f 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.getWelcomeScreen())
+ im = self.ics.readPixmap ("splash.png")
if im:
im.render ()
@@ -99,5 +99,3 @@ class ReconfigWelcomeWindow (InstallWindow):
return frame
-
-