diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-25 18:26:54 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-25 18:26:54 +0000 |
commit | 3bb40d1547de4a6b55a3c96c5548e277af7c1fa6 (patch) | |
tree | eeab805573e5b22cdf97432565a538b4b734c1b5 | |
parent | 2914b8a92510da83f099a53b60255462b95f1a1d (diff) | |
download | anaconda-3bb40d1547de4a6b55a3c96c5548e277af7c1fa6.tar.gz anaconda-3bb40d1547de4a6b55a3c96c5548e277af7c1fa6.tar.xz anaconda-3bb40d1547de4a6b55a3c96c5548e277af7c1fa6.zip |
need to tell it this is a custom dialog
-rw-r--r-- | iw/raid_dialog_gui.py | 2 |
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 |