summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-18 22:02:10 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-18 22:02:10 +0000
commit3fdab58f727dcdb3ab8401d6385aae3649b897ee (patch)
tree2718fbf7007e3b97815801c50f685e95500506b4 /gui.py
parent24087d2a980cada74188dc6409ab2bd008767d38 (diff)
downloadanaconda-3fdab58f727dcdb3ab8401d6385aae3649b897ee.tar.gz
anaconda-3fdab58f727dcdb3ab8401d6385aae3649b897ee.tar.xz
anaconda-3fdab58f727dcdb3ab8401d6385aae3649b897ee.zip
unbreak things from jjneely. this is a hack
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index f37906cac..3fcb1f7b2 100755
--- a/gui.py
+++ b/gui.py
@@ -1303,7 +1303,9 @@ class InstallControlWindow:
# Create header at the top of the installer
if runres != '640x480':
- p = readPixmapDithered("anaconda_header.png")
+ # FIXME: this is a hack
+ ics = InstallControlState (self)
+ p = ics.readPixmapDithered("anaconda_header.png")
if p is not None:
a = gtk.Alignment()
a.set(0.5, 0.5, 1.0, 1.0)