summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-04-05 20:31:36 +0000
committerJeremy Katz <katzj@redhat.com>2002-04-05 20:31:36 +0000
commit8ec12326bdcddbce9cd1bba819480aa75048b4d2 (patch)
tree417fc3363565f99af6ababdf8b7e6f09085bae23 /textw
parent6b38ebe850b02268061d1eec6fa2e831b2663591 (diff)
downloadanaconda-8ec12326bdcddbce9cd1bba819480aa75048b4d2.tar.gz
anaconda-8ec12326bdcddbce9cd1bba819480aa75048b4d2.tar.xz
anaconda-8ec12326bdcddbce9cd1bba819480aa75048b4d2.zip
some reconfig fixups
Diffstat (limited to 'textw')
-rw-r--r--textw/keyboard_text.py2
-rw-r--r--textw/welcome_text.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/textw/keyboard_text.py b/textw/keyboard_text.py
index f7afc64ab..115903996 100644
--- a/textw/keyboard_text.py
+++ b/textw/keyboard_text.py
@@ -43,7 +43,7 @@ class KeyboardWindow:
kbd.set (keyboards[choice])
kbd.beenset = 1
- if (xconfig != (None, None)):
+ if (xconfig != (None, None)) and (xconfig != None):
apply(xconfig.setKeyboard, kbd.getXKB())
if flags.reconfig:
diff --git a/textw/welcome_text.py b/textw/welcome_text.py
index fe553cd93..462090271 100644
--- a/textw/welcome_text.py
+++ b/textw/welcome_text.py
@@ -39,7 +39,7 @@ class WelcomeWindow:
class ReconfigWelcomeWindow:
def __call__(self, screen):
- rc = ButtonChoiceWindow(screen, _("%s"),
+ rc = ButtonChoiceWindow(screen, _("%s") % (productName,),
_("Welcome to %s!\n\n"
"You have entered reconfiguration mode, "
"which will allow you to configure "