summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-02-23 15:26:27 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-02-23 15:26:27 +0000
commit609ffa96e0cd597d172a69a9018499c30ae85429 (patch)
treeeb6a53a701612227e35ee0279b11c6e3bce55818 /text.py
parentb97100337078181336899212a5a5462470b07747 (diff)
downloadanaconda-609ffa96e0cd597d172a69a9018499c30ae85429.tar.gz
anaconda-609ffa96e0cd597d172a69a9018499c30ae85429.tar.xz
anaconda-609ffa96e0cd597d172a69a9018499c30ae85429.zip
* text.py (InstallInterface.run): Initialize oldlang.
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index d77c1e369..7020ab5d6 100644
--- a/text.py
+++ b/text.py
@@ -450,6 +450,7 @@ class InstallInterface:
return True
def run(self, id, dispatch):
+ oldlang = None
if id.instLanguage.getFontFile(id.instLanguage.getCurrent()) == "none":
log.info("run: setting default runtime language")
oldlang = id.instLanguage.getCurrent()