diff options
author | Mike Fulbright <msf@redhat.com> | 2001-07-06 20:38:09 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-07-06 20:38:09 +0000 |
commit | d2aa1634b741e12875c76fc2ddd315d2b2fad20c (patch) | |
tree | 87c25513c9ebdd77ae71027a2410628981b0b8ab /textw | |
parent | 89c78947ad2cdbc6312b530b52475d9b51b4a34d (diff) | |
download | anaconda-d2aa1634b741e12875c76fc2ddd315d2b2fad20c.tar.gz anaconda-d2aa1634b741e12875c76fc2ddd315d2b2fad20c.tar.xz anaconda-d2aa1634b741e12875c76fc2ddd315d2b2fad20c.zip |
add option to view autopartitioning results and change them
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partition_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 17dca33f7..a94737722 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -862,7 +862,7 @@ class AutoPartitionWindow: flag = FLAGS_SET # XXX need a way to disable the checkbox tree - def __call__(self, screen, diskset, partitions, intf): + def __call__(self, screen, diskset, partitions, intf, dispatch): if not partitions.useAutopartitioning: return INSTALL_NOOP |