diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-08 18:27:40 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-08 18:27:40 +0000 |
commit | bfee0e7611dd99a4c1b7ffa2cd038c943aba5117 (patch) | |
tree | 27d84756da7ee78a2c672f88da663bdf34e2be33 /text.py | |
parent | ecce42954effad096e4c613b9705ca55f430efb3 (diff) | |
download | anaconda-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.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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, |