From c5ff943e8b53c6d7f7b25f3a29ed4f7e4ece66dd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 9 Sep 2005 17:42:08 +0000 Subject: (write) use qt-immodule again --- perl-install/lang.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index ecbe0f1a4..2c07f213c 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1068,10 +1068,7 @@ sub write { foreach (@IM_i18n_fields) { $h->{$_} = $IM_config{$locale->{IM}}{$_}; } - # I must set QT_IM_MODULE to xim to satisfy KDE startup, - # otherwise it will hangs if *-qtimm be installed. - # $h->{QT_IM_MODULE} = $h->{GTK_IM_MODULE}; - add2hash($h, { QT_IM_MODULE => 'xim' }); + $h->{QT_IM_MODULE} = $h->{GTK_IM_MODULE}; if (ref $h->{XIM_PROGRAM}) { $h->{XIM_PROGRAM} = -- cgit v1.2.1