diff options
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 |