Should set_locale before gtk_init.
This commit is contained in:
parent
f6f1938e24
commit
a1d63a1ccb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57792
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= Gimp
|
||||
PORTVERSION= 1.211
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Gimp
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
@@ -200,6 +200,7 @@
|
||||
if ($gtk_init) {
|
||||
require Gtk;
|
||||
Gtk->init;
|
||||
+ Gtk->set_locale;
|
||||
Gtk->init;
|
||||
Gtk::Rc->parse (Gimp->gtkrc);
|
||||
Gtk::Gdk->set_use_xshm (Gimp->use_xshm);
|
||||
Gtk::Preview->set_gamma (Gimp->gamma);
|
||||
|
|
Loading…
Reference in a new issue