From e563083b94ab737be1c3a16b120d87fbc119c6af Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Thu, 26 Nov 2009 11:36:18 +0100 Subject: Fixes a syntax error in commit b495db2cd56c881a7e661ac55bd31069510cf662. --- yuminstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yuminstall.py') diff --git a/yuminstall.py b/yuminstall.py index dff877283..accf452f5 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -889,7 +889,7 @@ class AnacondaYum(YumSorter): custom_buttons=[_("_Exit installer")]) sys.exit(1) else: - rc = intf.messageWindow(_("Error"), msg + rc = intf.messageWindow(_("Error"), msg, type="custom", custom_icon="error", custom_buttons=[_("_Back"), _("_Exit installer")]) -- cgit