diff --git a/lib/Biodiverse/GUI/ProgressDialog.pm b/lib/Biodiverse/GUI/ProgressDialog.pm index bcdb1f7f9..7fe1667b6 100644 --- a/lib/Biodiverse/GUI/ProgressDialog.pm +++ b/lib/Biodiverse/GUI/ProgressDialog.pm @@ -144,7 +144,7 @@ sub update { $bar->set_fraction($progress); - Gtk3->main_iteration while Gtk3->events_pending; + Gtk3::main_iteration while Gtk3::events_pending; Biodiverse::GUI::GUIManager->instance->show_progress;