summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/text.py b/text.py
index 503962522..e3c000cf5 100644
--- a/text.py
+++ b/text.py
@@ -569,7 +569,7 @@ class InstallInterface:
def run(self, anaconda):
self.anaconda = anaconda
- instLang = anaconda.id.instLanguage
+ instLang = anaconda.instLanguage
if instLang.getFontFile(instLang.instLang) == "none":
if not anaconda.ksdata:
@@ -586,8 +586,6 @@ class InstallInterface:
if flags.debug:
self.screen.suspendCallback(debugSelf, self.screen)
- self.instLanguage = anaconda.id.instLanguage
-
# draw the frame after setting up the fallback
self.drawFrame()