summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--packages.py4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2313eae08..c53ca21b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-27 Jeremy Katz <katzj@redhat.com>
+
+ * packages.py (InstallCallback.cb): Fix order of retry/reboot (#155884)
+
2005-04-26 Jeremy Katz <katzj@redhat.com>
* isomd5sum/libimplantisomd5.c: Add Dustin Kirkland's patch for
diff --git a/packages.py b/packages.py
index 80e789298..83a30206b 100644
--- a/packages.py
+++ b/packages.py
@@ -440,8 +440,8 @@ class InstallCallback:
h['release']),
type="custom",
custom_icon="error",
- custom_buttons = [ _("Re_boot"),
- _("_Retry") ])
+ custom_buttons = [ _("_Retry"),
+ _("Re_boot") ])
if rc == 0:
rc = self.messageWindow(_("Warning"),
_("If you reboot, your system "