aboutsummaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-22 17:58:31 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-22 17:58:31 +0000
commit4c985e03eaf8568e7bbf8b35ac79e95265aaa522 (patch)
tree831835574b646c919a214a53115854e3aa7e6d71 /gui.py
parentgentoo/utils.py: revert d511d5d13cdf9f543421fe2da718027377692939 (diff)
downloadanaconda-4c985e03eaf8568e7bbf8b35ac79e95265aaa522.tar.gz
anaconda-4c985e03eaf8568e7bbf8b35ac79e95265aaa522.tar.bz2
anaconda-4c985e03eaf8568e7bbf8b35ac79e95265aaa522.zip
Update the header
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index e09d9b9..a3d0e14 100755
--- a/gui.py
+++ b/gui.py
@@ -1446,7 +1446,7 @@ class InstallControlWindow:
def createWidgets (self):
self.window.set_title(_("%s Installer") %(productName,))
- i = self.mainxml.get_widget("headerImage")
+ i = self.mainxml.get_widget("header_image")
p = readImageFromFile("anaconda_header.png",
dither = False, image = i)
if p is None: