Skip to content

Commit

Permalink
ProgressDialog.pm: update for Gtk3 calling conventions
Browse files Browse the repository at this point in the history
Updates #770
  • Loading branch information
shawnlaffan committed Nov 1, 2020
1 parent b97365a commit c41136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/ProgressDialog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c41136f

Please sign in to comment.