summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-25 18:26:54 +0000
committerMike Fulbright <msf@redhat.com>2002-07-25 18:26:54 +0000
commit3bb40d1547de4a6b55a3c96c5548e277af7c1fa6 (patch)
treeeeab805573e5b22cdf97432565a538b4b734c1b5 /iw
parent2914b8a92510da83f099a53b60255462b95f1a1d (diff)
downloadanaconda-3bb40d1547de4a6b55a3c96c5548e277af7c1fa6.tar.gz
anaconda-3bb40d1547de4a6b55a3c96c5548e277af7c1fa6.tar.xz
anaconda-3bb40d1547de4a6b55a3c96c5548e277af7c1fa6.zip
need to tell it this is a custom dialog
Diffstat (limited to 'iw')
-rw-r--r--iw/raid_dialog_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/raid_dialog_gui.py b/iw/raid_dialog_gui.py
index afff8ca4e..9343aef6e 100644
--- a/iw/raid_dialog_gui.py
+++ b/iw/raid_dialog_gui.py
@@ -640,7 +640,7 @@ class RaidCloneDialog:
"WILL BE DESTROYED.")
rc = self.intf.messageWindow(_("Final Warning"),
- msgtxt,
+ msgtxt, type="custom",
custom_buttons = ["gtk-cancel", _("Clone Drives")], custom_icon="warning")
if not rc:
return 0