summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-10-25 13:54:35 +0000
committerMatt Wilson <msw@redhat.com>2001-10-25 13:54:35 +0000
commitbef19dc45c49f93e916c08044d89d55fff49715c (patch)
tree01e92850dcbece9658223d7eaec848052ee7c1c9 /gui.py
parentce667c682e4d1ee1f27332f37c759e41b6985dc2 (diff)
downloadanaconda-bef19dc45c49f93e916c08044d89d55fff49715c.tar.gz
anaconda-bef19dc45c49f93e916c08044d89d55fff49715c.tar.xz
anaconda-bef19dc45c49f93e916c08044d89d55fff49715c.zip
some comments
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index 36964ccf9..32b729244 100755
--- a/gui.py
+++ b/gui.py
@@ -433,6 +433,7 @@ class InstallControlWindow:
buffer.feed(ics.getHTML(self.langSearchPath))
textbuffer = buffer.get_buffer()
self.help.set_buffer(textbuffer)
+ # scroll to the top. Do this with a mark so it's done in the idle loop
iter = textbuffer.get_iter_at_offset(0)
mark = textbuffer.create_mark("top", iter, gtk.FALSE)
self.help.scroll_to_mark(mark, 0.0, gtk.FALSE, 0.0, 0.0)