summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorjakub <jakub>2000-03-20 10:06:56 +0000
committerjakub <jakub>2000-03-20 10:06:56 +0000
commitf5c9976a36bbb64557070f675d9b114856bddb7f (patch)
tree7374d321519323d360a2907690bbb0ec4c804caa /text.py
parentb437fa3c0cbc2a7e0d088c92d2795303eea98df5 (diff)
downloadanaconda-f5c9976a36bbb64557070f675d9b114856bddb7f.tar.gz
anaconda-f5c9976a36bbb64557070f675d9b114856bddb7f.tar.xz
anaconda-f5c9976a36bbb64557070f675d9b114856bddb7f.zip
getFont really has to return .map, not .font, otherwise it does not work :(.
Rename it to getFontFile to make it more obvious, add comment telling so as well.
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index b70ec5212..85179670d 100644
--- a/text.py
+++ b/text.py
@@ -67,7 +67,7 @@ class LanguageWindow:
cat.setlangs (newlangs)
todo.language.set (choice)
if not todo.serial:
- font = todo.language.getFont(choice)
+ font = todo.language.getFontFile(choice)
if font != "None":
try:
isys.loadFont(font)