Skip to content

Commit

Permalink
update Gtk3::disable_setlocale call
Browse files Browse the repository at this point in the history
Updates #770
  • Loading branch information
shawnlaffan committed Oct 31, 2020
1 parent 1f1d10b commit d3a3b32
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 @@ -64,7 +64,7 @@ BEGIN

# load Gtk
use Gtk3;
Gtk3->disable_setlocale; # leave LC_NUMERIC alone
Gtk3::disable_setlocale; # leave LC_NUMERIC alone

# my $icontheme = Gtk3::IconTheme->new;
# use List::Util qw /uniq/;
Expand Down

0 comments on commit d3a3b32

Please sign in to comment.