diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-12-19 22:08:44 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-12-19 22:08:44 +0000 |
commit | 55232e33fb351c5bcb95b99d9a54cc1b585271be (patch) | |
tree | 53983c3c3726ebb1885825d1317c86eeebaf4eda /iw | |
parent | af50332151e5903701bf649f9f28617d71285c49 (diff) | |
download | anaconda-55232e33fb351c5bcb95b99d9a54cc1b585271be.tar.gz anaconda-55232e33fb351c5bcb95b99d9a54cc1b585271be.tar.xz anaconda-55232e33fb351c5bcb95b99d9a54cc1b585271be.zip |
2005-12-19 Jeremy Katz <katzj@redhat.com>
* gui.py (InstallControlWindow.createWidgets): Don't dither the
header, clean up the code to set the GtkImage
* iw/welcome_gui.py (WelcomeWindow.getScreen): Don't dither.
Diffstat (limited to 'iw')
-rw-r--r-- | iw/welcome_gui.py | 2 |
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 |