diff options
author | Matt Wilson <msw@redhat.com> | 2001-10-25 13:54:35 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-10-25 13:54:35 +0000 |
commit | bef19dc45c49f93e916c08044d89d55fff49715c (patch) | |
tree | 01e92850dcbece9658223d7eaec848052ee7c1c9 /gui.py | |
parent | ce667c682e4d1ee1f27332f37c759e41b6985dc2 (diff) | |
download | anaconda-bef19dc45c49f93e916c08044d89d55fff49715c.tar.gz anaconda-bef19dc45c49f93e916c08044d89d55fff49715c.tar.xz anaconda-bef19dc45c49f93e916c08044d89d55fff49715c.zip |
some comments
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |