summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-08 18:27:40 +0000
committerMatt Wilson <msw@redhat.com>1999-09-08 18:27:40 +0000
commitbfee0e7611dd99a4c1b7ffa2cd038c943aba5117 (patch)
tree27d84756da7ee78a2c672f88da663bdf34e2be33 /text.py
parentecce42954effad096e4c613b9705ca55f430efb3 (diff)
downloadanaconda-bfee0e7611dd99a4c1b7ffa2cd038c943aba5117.tar.gz
anaconda-bfee0e7611dd99a4c1b7ffa2cd038c943aba5117.tar.xz
anaconda-bfee0e7611dd99a4c1b7ffa2cd038c943aba5117.zip
o patches for jj for moving to kudzu for probing
o don't change the root text for a messagewindow
Diffstat (limited to 'text.py')
-rw-r--r--text.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/text.py b/text.py
index 18ae8ba97..8fb4037bf 100644
--- a/text.py
+++ b/text.py
@@ -1561,11 +1561,8 @@ class Flag:
class InstallInterface:
def messageWindow(self, title, text):
- self.screen.drawRootText(0 - len(title), 0, title)
ButtonChoiceWindow(self.screen, title, text,
buttons = [ _("OK") ])
- self.screen.drawRootText(0 - len(title), 0,
- (self.screen.width - len(title)) * " ")
def exceptionWindow(self, title, text):
rc = ButtonChoiceWindow(self.screen, title, text,