On Wed, 2009-04-15 at 17:26 +0200, Hans de Goede wrote: > Currently if you create a new partition from the UI and then later > decide to change the size using edit partition, the size does not > get changed. This patch fixes this. All three look good to me. > --- > iw/partition_dialog_gui.py | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/iw/partition_dialog_gui.py b/iw/partition_dialog_gui.py > index 2842a12..03e9a59 100644 > --- a/iw/partition_dialog_gui.py > +++ b/iw/partition_dialog_gui.py > @@ -201,6 +201,7 @@ class PartitionEditor: > actions.append(ActionCreateDevice(request)) > else: > request.req_size = size > + request.req_base_size = size > request.req_grow = grow > request.req_max_size = maxsize > request.req_primary = primary _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list