diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-04-29 20:13:28 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-04-29 20:13:28 +0000 |
commit | 15078476c7f500b750a841cd39af681d11dccd0d (patch) | |
tree | 6ee79750fe282595a82b0badf8f65d2f5e9a7dfc /packages.py | |
parent | 790fc9f8b9179958fd53170ba2491e4cde762069 (diff) | |
download | anaconda-15078476c7f500b750a841cd39af681d11dccd0d.tar.gz anaconda-15078476c7f500b750a841cd39af681d11dccd0d.tar.xz anaconda-15078476c7f500b750a841cd39af681d11dccd0d.zip |
2005-04-29 Jeremy Katz <katzj@redhat.com>
* packages.py (InstallCallback.cb): Switch these back. Otherwise,
things are wrong in GUI. Text mode is just not going to be quite
right with the text.
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.py b/packages.py index 83a30206b..80e789298 100644 --- a/packages.py +++ b/packages.py @@ -440,8 +440,8 @@ class InstallCallback: h['release']), type="custom", custom_icon="error", - custom_buttons = [ _("_Retry"), - _("Re_boot") ]) + custom_buttons = [ _("Re_boot"), + _("_Retry") ]) if rc == 0: rc = self.messageWindow(_("Warning"), _("If you reboot, your system " |