On Fri, 2009-05-01 at 13:35 -0400, Chris Lumens wrote: > --- > iw/partition_gui.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) This set looks good. > > diff --git a/iw/partition_gui.py b/iw/partition_gui.py > index 8a283cf..39db656 100644 > --- a/iw/partition_gui.py > +++ b/iw/partition_gui.py > @@ -1050,7 +1050,7 @@ class PartitionWindow(InstallWindow): > custom_icon="error") > return > > - reason = self.storage.deviceImmutable(device) > + reason = self.storage.deviceImmutable(device, ignoreProtected=True) > if reason: > self.intf.messageWindow(_("Unable To Edit"), > _("You cannot edit this device:\n\n%s") _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list