summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/lang.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 6ea66b370..dd19c7bef 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -1025,8 +1025,8 @@ sub write {
log::explanations(qq(Configuring "$locale->{IM}" IM));
delete @$h{qw(GTK_IM_MODULE QT_IM_MODULE XIM XIM_PROGRAM XMODIFIERS)};
my $lang = $locale->{lang};
+ add2hash($h, { XIM_PROGRAM => $im_xim_program{$locale->{IM}}{$h->{LC_NAME}} });
add2hash($h, $xim{$lang});
- add2hash($h, { XIM_PROGRAM => $im_xim_program{$locale->{IM}}{$lang} });
add2hash($h, $gtkqt_im{$locale->{IM}});
$h->{QT_IM_MODULE} = $h->{GTK_IM_MODULE} if $h->{GTK_IM_MODULE};
my @packages = IM2packages($locale);