summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2008-02-26 16:15:29 +0100
committerMartin Sivak <msivak@redhat.com>2008-02-26 16:29:50 +0100
commite9e654e812791b4d1d4b3a340901b6edf91d4cb5 (patch)
tree3ee3b2259efbc2d1c39b481d4eef3285fa6e2b2c /packages.py
parentb1f0b34783a38a29faa28a18c4de1a6fa2d8ca71 (diff)
downloadanaconda-e9e654e812791b4d1d4b3a340901b6edf91d4cb5.tar.gz
anaconda-e9e654e812791b4d1d4b3a340901b6edf91d4cb5.tar.xz
anaconda-e9e654e812791b4d1d4b3a340901b6edf91d4cb5.zip
Gtk does not have the error type, use custom with proper icons. (#224636)
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 98c3c71be..ec39ee898 100644
--- a/packages.py
+++ b/packages.py
@@ -166,7 +166,7 @@ def turnOnFilesystems(anaconda):
log.error("createLogicalVolumes failed with SystemError: %s", e.message)
anaconda.intf.messageWindow(_("LVM operation failed"),
e.message+"\n\n"+_("The installer will now exit..."),
- type="error")
+ type="custom", custom_icon="error", custom_buttons=[_("_Reboot")])
sys.exit(0)
anaconda.id.fsset.formatSwap(anaconda.rootPath)