aboutsummaryrefslogtreecommitdiff
path: root/iw
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-22 21:22:10 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-22 21:22:10 +0000
commit2cc2df40849db86ef25c7bb1d2c6fce47071122c (patch)
tree0d778382c5aefdd0de4f144cb2e10a09bd89cb24 /iw
parentgui.py: return loadGlade where it was (diff)
downloadanaconda-2cc2df40849db86ef25c7bb1d2c6fce47071122c.tar.gz
anaconda-2cc2df40849db86ef25c7bb1d2c6fce47071122c.tar.bz2
anaconda-2cc2df40849db86ef25c7bb1d2c6fce47071122c.zip
iw/welcome_gui.py: use the already created InstallControlWindow
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 408a3d8..97a73f9 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(anaconda).set_chapter(chapter, title, "http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap=%i"%chapter)
+ anaconda._intf.icw.set_chapter(chapter, title, "http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap=%i"%chapter)
return align