summaryrefslogtreecommitdiffstats
path: root/splashscreen.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-11 04:30:19 +0000
committerMike Fulbright <msf@redhat.com>2001-07-11 04:30:19 +0000
commiteb9f8310d337c9da5150243cf332b94a19f40dda (patch)
treeea0f82199ff530bc2e3f8de0ecdbfa42ec9740a0 /splashscreen.py
parent59453071456f3907e138018c2789e2b1a2949e9e (diff)
downloadanaconda-eb9f8310d337c9da5150243cf332b94a19f40dda.tar.gz
anaconda-eb9f8310d337c9da5150243cf332b94a19f40dda.tar.xz
anaconda-eb9f8310d337c9da5150243cf332b94a19f40dda.zip
need to set to something
Diffstat (limited to 'splashscreen.py')
-rw-r--r--splashscreen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/splashscreen.py b/splashscreen.py
index 9ccaa6796..9656c982a 100644
--- a/splashscreen.py
+++ b/splashscreen.py
@@ -52,6 +52,7 @@ def splashScreenShow(configFileData):
try:
im = GdkImlib.Image("" + file)
except:
+ im = None
print "Unable to load", file
return im