aboutsummaryrefslogtreecommitdiff
path: root/iw
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-22 19:27:23 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-22 19:27:23 +0000
commitfb79e296604ad091621a23f786b2e302420a590a (patch)
tree957578fa45c2a08d821f4e1aafb1b1059fbe40f7 /iw
parentiw/welcome_gui.py: set header text (diff)
downloadanaconda-fb79e296604ad091621a23f786b2e302420a590a.tar.gz
anaconda-fb79e296604ad091621a23f786b2e302420a590a.tar.bz2
anaconda-fb79e296604ad091621a23f786b2e302420a590a.zip
w/welcome_gui.py: InstallControlWindow.__init__ needs anaconda
Diffstat (limited to 'iw')
-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 c6f085e..e7b7173 100644
--- a/iw/welcome_gui.py
+++ b/iw/welcome_gui.py
@@ -113,7 +113,7 @@ environment installed on your new system. "),
text_ = xml.get_widget("text")
title_.set_markup("<span size=\"x-large\">%s</span>" % (_("Chapter %i: %s") % (chapter, title)))
text_.set_text(text)
- InstallControlWindow().set_chapter(chapter, title, "http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap="+chapter)
+ InstallControlWindow(anaconda).set_chapter(chapter, title, "http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap="+chapter)
return align