summaryrefslogtreecommitdiffstats
path: root/iw/welcome_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/welcome_gui.py')
-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 854f0e26a..f989d2a83 100644
--- a/iw/welcome_gui.py
+++ b/iw/welcome_gui.py
@@ -27,7 +27,7 @@ class WelcomeWindow (InstallWindow):
# WelcomeWindow tag="wel"
def getScreen (self):
- pix = gui.readImageFromFile("splash.png", dither=True)
+ pix = gui.readImageFromFile("splash.png", dither=False)
box = gtk.EventBox ()
box.add (pix)
return box