summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-12 20:17:16 +0000
committerMike Fulbright <msf@redhat.com>2002-07-12 20:17:16 +0000
commit4534584cdf3c12b97a40ce2dd7d1ab2d73ed0c82 (patch)
tree04e5434ed588656bfd6471a64f60715974a742f0 /autopart.py
parent0980b0ceb9e744195d03830e2ee2b01ece57ac21 (diff)
downloadanaconda-4534584cdf3c12b97a40ce2dd7d1ab2d73ed0c82.tar.gz
anaconda-4534584cdf3c12b97a40ce2dd7d1ab2d73ed0c82.tar.xz
anaconda-4534584cdf3c12b97a40ce2dd7d1ab2d73ed0c82.zip
fix icon in warning
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 4b05d5dee..7f0755461 100644
--- a/autopart.py
+++ b/autopart.py
@@ -1097,7 +1097,7 @@ def queryAutoPartitionOK(intf, diskset, partitions):
drvstr = drvstr +"\n"
- rc = intf.messageWindow(_("Warning"), _(msg) % drvstr, type="yesno", default="no")
+ rc = intf.messageWindow(_("Warning"), _(msg) % drvstr, type="yesno", default="no", custom_icon ="warning")
return rc