Skip to content

Commit

Permalink
Update set_default_icon_from_file call for Gtk3
Browse files Browse the repository at this point in the history
Updates #770
  • Loading branch information
shawnlaffan committed Jul 2, 2020
1 parent 9e7f52d commit 5d0197c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/BiodiverseGUI.pl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ BEGIN

my $icon = get_iconfile();
my $eval_result = eval {
Gtk3::Window->set_default_icon_from_file($icon)
Gtk3::Window::set_default_icon_from_file($icon)
};
#croak $EVAL_ERROR if $EVAL_ERROR;

Expand Down

0 comments on commit 5d0197c

Please sign in to comment.