summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-11-28 19:17:29 +0000
committerChris Lumens <clumens@redhat.com>2006-11-28 19:17:29 +0000
commitb645d61940fb94df8a77212646b78d2cc463444a (patch)
treec91b9b2f647458fa6fb42272b6e769bbb3703a19
parentcaa4474c6f76f9137089da9712f3e1f1ce527b4e (diff)
downloadanaconda-b645d61940fb94df8a77212646b78d2cc463444a.tar.gz
anaconda-b645d61940fb94df8a77212646b78d2cc463444a.tar.xz
anaconda-b645d61940fb94df8a77212646b78d2cc463444a.zip
If we changed languages, fetch a new release notes file (#217501).
-rw-r--r--ChangeLog7
-rw-r--r--iw/language_gui.py3
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8540374f6..a85e3b152 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-28 Chris Lumens <clumens@redhat.com>
+
+ * iw/language_gui.py (LanguageWindow.getNext): If we changed
+ languages, fetch a new release notes file (#217501).
+
2006-11-28 Jeremy Katz <katzj@redhat.com>
* lang-table: Add Iloko (#215644)
@@ -5,6 +10,8 @@
2006-11-27 Chris Lumens <clumens@redhat.com>
+ * anaconda.spec: Bump version.
+
* users.py (Users.createUser): Set the right home directory so it
gets made correctly (#216681).
diff --git a/iw/language_gui.py b/iw/language_gui.py
index 34a6c4a9e..5afa2b674 100644
--- a/iw/language_gui.py
+++ b/iw/language_gui.py
@@ -36,6 +36,9 @@ 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):