[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH]Remove Release note
- From: HARA Hiroshi <hhara miraclelinux com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: [PATCH]Remove Release note
- Date: Mon, 17 Dec 2007 15:29:58 +0900
Hi, all
Does anyone know why the codes which are related to "release
note" were removed ?
http://git.fedoraproject.org/git/?p=anaconda.git;a=commit;h=2d7aeb09db8c0a165e31ebf9d3ff507fb1c78b52
http://git.fedoraproject.org/git/?p=anaconda.git;a=commit;h=11742bff4da4d19e4fd943d9b0f60a10f025b3ea
If we remove release note codes, I think we also remove one line
in language_gui.py.
thank you,
diff --git a/iw/language_gui.py b/iw/language_gui.py
index 40910a1..25e9443 100644
--- a/iw/language_gui.py
+++ b/iw/language_gui.py
@@ -39,9 +39,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):
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]