On Thu, 2009-04-23 at 14:14 -0400, Chris Lumens wrote: > --- > iw/raid_dialog_gui.py | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > Ack. > diff --git a/iw/raid_dialog_gui.py b/iw/raid_dialog_gui.py > index 2fafccd..652a050 100644 > --- a/iw/raid_dialog_gui.py > +++ b/iw/raid_dialog_gui.py > @@ -160,6 +160,11 @@ class RaidEditor: > raidmembers.append(dev) > > iter = model.iter_next(iter) > + > + # The user has to select some devices to be part of the array. > + if not raidmembers: > + continue > + > mountpoint = self.mountCombo.get_children()[0].get_text() > > if not self.origrequest.exists: _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list