From c41136f7ec472de1b60f191ea5cfbc3291129662 Mon Sep 17 00:00:00 2001 From: Shawn Laffan Date: Sun, 1 Nov 2020 11:57:53 +1100 Subject: [PATCH] ProgressDialog.pm: update for Gtk3 calling conventions Updates #770 --- lib/Biodiverse/GUI/ProgressDialog.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;