diff options
author | 2011-07-22 19:27:23 +0000 | |
---|---|---|
committer | 2011-07-22 19:27:23 +0000 | |
commit | fb79e296604ad091621a23f786b2e302420a590a (patch) | |
tree | 957578fa45c2a08d821f4e1aafb1b1059fbe40f7 | |
parent | iw/welcome_gui.py: set header text (diff) | |
download | anaconda-fb79e296604ad091621a23f786b2e302420a590a.tar.gz anaconda-fb79e296604ad091621a23f786b2e302420a590a.tar.bz2 anaconda-fb79e296604ad091621a23f786b2e302420a590a.zip |
w/welcome_gui.py: InstallControlWindow.__init__ needs anaconda
-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 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 |