aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-22 21:28:04 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-22 21:28:04 +0000
commit11bd69ffe40677c2205eacf698734529a60a9875 (patch)
treed11c7b3da387624b62162b0c24f0ee9501c7e4d2
parentiw/welcome_gui.py: use the already created InstallControlWindow (diff)
downloadanaconda-11bd69ffe40677c2205eacf698734529a60a9875.tar.gz
anaconda-11bd69ffe40677c2205eacf698734529a60a9875.tar.bz2
anaconda-11bd69ffe40677c2205eacf698734529a60a9875.zip
gui.py: self for set_chapter() again
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index c59d16e..f21a71f 100755
--- a/gui.py
+++ b/gui.py
@@ -1505,7 +1505,7 @@ class InstallControlWindow:
self.setup_window(False)
gtk.main()
- def set_chapter(number, title, url):
+ def set_chapter(self, number, title, url):
self.mainxml.get_widget("chapter_header").set_label(_("Chapter %i:") % number)
self.mainxml.get_widget("chapter_link").set_label(title)
self.mainxml.get_widget("chapter_link").set_uri(url)