diff --git a/hydrus/client/gui/panels/ClientGUIScrolledPanelsReview.py b/hydrus/client/gui/panels/ClientGUIScrolledPanelsReview.py index d6bd66fc..d6387419 100644 --- a/hydrus/client/gui/panels/ClientGUIScrolledPanelsReview.py +++ b/hydrus/client/gui/panels/ClientGUIScrolledPanelsReview.py @@ -3792,7 +3792,7 @@ Vacuuming is an expensive operation. It creates one (temporary) copy of the data page_count = vacuum_dict[ 'page_count' ] freelist_count = vacuum_dict[ 'freelist_count' ] - HydrusDB.CheckCanVacuumData( path, page_size, page_count, freelist_count ) + HydrusDB.CheckCanVacuumIntoData( path, page_size, page_count, freelist_count ) except Exception as e: