summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-19 17:31:49 +0000
committerMatt Wilson <msw@redhat.com>1999-08-19 17:31:49 +0000
commit6bb36aa36886655ccdf4ea6e77ae09f6a43f76b4 (patch)
treefd70ee1dfa31014261fb291a35001ca0820155d5 /text.py
parent1f05d484b27fe696b98126822cdb0e6589c4f217 (diff)
downloadanaconda-6bb36aa36886655ccdf4ea6e77ae09f6a43f76b4.tar.gz
anaconda-6bb36aa36886655ccdf4ea6e77ae09f6a43f76b4.tar.xz
anaconda-6bb36aa36886655ccdf4ea6e77ae09f6a43f76b4.zip
fixed
Diffstat (limited to 'text.py')
-rw-r--r--text.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/text.py b/text.py
index bb8059378..ffaff2cbf 100644
--- a/text.py
+++ b/text.py
@@ -78,7 +78,7 @@ class UpgradeExamineWindow:
ButtonChoiceWindow(screen, _("Error"),
_("You don't have any Linux partitions. You "
"can't upgrade this system!")
- [ _("Back") ], width = 50)
+ buttons = [ _("Back") ], width = 50)
return INSTALL_BACK
if len (parts) > 1:
@@ -812,6 +812,9 @@ class InstallProgressWindow:
self.g = toplevel
screen.refresh()
+ def __del__ (self):
+ self.screen.popWindow ()
+
class WaitWindow:
def pop(self):