diff options
author | Matt Wilson <msw@redhat.com> | 2000-07-25 21:19:46 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-07-25 21:19:46 +0000 |
commit | bc2e1119886b4b1b06fa200270c3d928919cd5a1 (patch) | |
tree | d4c64f1150fdd0c9cd1cf712a7e27b6b870c783b /todo.py | |
parent | e56318c88f15dd6737b78c60947d31f874ae535a (diff) | |
download | anaconda-bc2e1119886b4b1b06fa200270c3d928919cd5a1.tar.gz anaconda-bc2e1119886b4b1b06fa200270c3d928919cd5a1.tar.xz anaconda-bc2e1119886b4b1b06fa200270c3d928919cd5a1.zip |
clean up interface
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -927,6 +927,7 @@ class ToDo: # sets against the on disk db rc = rpm.rebuilddb (self.instPath) if rc: + win.pop() self.intf.messageWindow(_("Error"), _("Rebuild of RPM database failed. " "You may be out of disk space?")) @@ -939,6 +940,7 @@ class ToDo: try: packages = rpm.findUpgradeSet (self.hdList.hdlist, self.instPath) except rpm.error: + win.pop() self.intf.messageWindow(_("Error"), _("An error occured when finding the packages to " "upgrade.")) |