Resolves: rhbz#1021856
Note: I edited this by hand rather than through glade because if I edit it through glade none of the values are visible, i.e., editing through glade causes a bug.
Signed-off-by: mulhern amulhern@redhat.com --- pyanaconda/ui/gui/spokes/custom.glade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade index 8d014c0..c5686e1 100644 --- a/pyanaconda/ui/gui/spokes/custom.glade +++ b/pyanaconda/ui/gui/spokes/custom.glade @@ -2232,7 +2232,7 @@ until you click on the main menu's 'Begin Installation' button.</property> <col id="0" translatable="yes">RAID10 <span foreground="grey">(Performance, Redundancy)</span></col> <col id="1">False</col> <col id="2">True</col> - <col id="3">False</col> + <col id="3">True</col> <col id="4">True</col> </row> </data>
On Fri, 2014-01-31 at 18:04 -0500, mulhern wrote:
Resolves: rhbz#1021856
Note: I edited this by hand rather than through glade because if I edit it through glade none of the values are visible, i.e., editing through glade causes a bug.
Signed-off-by: mulhern amulhern@redhat.com
pyanaconda/ui/gui/spokes/custom.glade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade index 8d014c0..c5686e1 100644 --- a/pyanaconda/ui/gui/spokes/custom.glade +++ b/pyanaconda/ui/gui/spokes/custom.glade @@ -2232,7 +2232,7 @@ until you click on the main menu's 'Begin Installation' button.</property> <col id="0" translatable="yes">RAID10 <span foreground="grey">(Performance, Redundancy)</span></col> <col id="1">False</col> <col id="2">True</col>
<col id="3">False</col>
<col id="3">True</col> <col id="4">True</col> </row></data>
ACK.
anaconda-patches@lists.fedorahosted.org