summaryrefslogtreecommitdiffstats
path: root/iw/language_gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-12-17 09:46:19 -0500
committerChris Lumens <clumens@redhat.com>2007-12-17 14:32:19 -0500
commitdd5f09536eb6d67eebd637fd0f7750cc22912d3e (patch)
tree538337f410013a0f49bb567d1f5260365328c3ca /iw/language_gui.py
parent7619a3a44a82e7ba76f1529a3f327750d68d4dac (diff)
downloadanaconda-dd5f09536eb6d67eebd637fd0f7750cc22912d3e.tar.gz
anaconda-dd5f09536eb6d67eebd637fd0f7750cc22912d3e.tar.xz
anaconda-dd5f09536eb6d67eebd637fd0f7750cc22912d3e.zip
Remove another line related to the release notes (hhara@miraclelinux.com).
Diffstat (limited to 'iw/language_gui.py')
-rw-r--r--iw/language_gui.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/iw/language_gui.py b/iw/language_gui.py
index bb447d6e2..bcafe4eee 100644
--- a/iw/language_gui.py
+++ b/iw/language_gui.py
@@ -45,9 +45,6 @@ class LanguageWindow (InstallWindow):
self.instLang.setDefault(self.lang)
self.ics.getICW().setLanguage()
- # Need to reload the release notes file in case we've changed languages
- self.ics.getICW().rnv.load()
-
return None
def listScroll(self, widget, *args):