summaryrefslogtreecommitdiffstats
path: root/iw/language_support_gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-22 19:30:23 +0000
committerMike Fulbright <msf@redhat.com>2002-07-22 19:30:23 +0000
commit8ae09272ddc8b74df6a7cf4360d07ff7fd053ae0 (patch)
tree8b1f53f33b68539a278412e7c1998cfe80c854fb /iw/language_support_gui.py
parent907533a4342bcc8c4b6947b6f5555a91949840d2 (diff)
downloadanaconda-8ae09272ddc8b74df6a7cf4360d07ff7fd053ae0.tar.gz
anaconda-8ae09272ddc8b74df6a7cf4360d07ff7fd053ae0.tar.xz
anaconda-8ae09272ddc8b74df6a7cf4360d07ff7fd053ae0.zip
hack is back to make list/tree views to scroll_to correctly
Diffstat (limited to 'iw/language_support_gui.py')
-rw-r--r--iw/language_support_gui.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/iw/language_support_gui.py b/iw/language_support_gui.py
index 65ca1847e..066eb7792 100644
--- a/iw/language_support_gui.py
+++ b/iw/language_support_gui.py
@@ -18,6 +18,8 @@ from iw_gui import *
from flags import flags
from rhpl.translate import _, N_
+from gui import setupTreeViewFixupIdleHandler
+
class LanguageSupportWindow (InstallWindow):
windowTitle = _("Additional Language Support")
htmlTag = "langsupport"
@@ -239,4 +241,7 @@ class LanguageSupportWindow (InstallWindow):
store = self.languageList.get_model()
+ setupTreeViewFixupIdleHandler(self.languageList, store)
+
+
return vbox