summaryrefslogtreecommitdiffstats
path: root/gecko.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2001-08-20 17:02:32 +0000
committerPablo Saratxaga <pablo@mandriva.com>2001-08-20 17:02:32 +0000
commit17197a4af8f13282a7803772a631db201ebc1051 (patch)
treed4da76e4dc23024ce704d060e24721ab209b4ea2 /gecko.pm
parent1902e00742359afc3200e89babed6fdea64bdd09 (diff)
downloadcontrol-center-17197a4af8f13282a7803772a631db201ebc1051.tar
control-center-17197a4af8f13282a7803772a631db201ebc1051.tar.gz
control-center-17197a4af8f13282a7803772a631db201ebc1051.tar.bz2
control-center-17197a4af8f13282a7803772a631db201ebc1051.tar.xz
control-center-17197a4af8f13282a7803772a631db201ebc1051.zip
removed need of perl-gettext module (no more used)
updated Danish, Greek, Spanish, Indonesian and Vietnamese files
Diffstat (limited to 'gecko.pm')
-rwxr-xr-xgecko.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gecko.pm b/gecko.pm
index 083c3555..2359cb45 100755
--- a/gecko.pm
+++ b/gecko.pm
@@ -7,7 +7,6 @@
use POSIX qw(getenv);
use Gtk::MozEmbed;
use MDK::Common;
-use Locale::GetText;
use lib qw(/usr/lib/libDrakX);
use interactive;
use standalone;
@@ -16,9 +15,8 @@ use standalone;
# unless you use a threaded perl, you need to run this app with:
# LD_PRELOAD=libpthread-0.9.so or something like that to make use of networking
-
-Gtk->set_locale;
init Gtk;
+Gtk->set_locale;
system("LD_PRELOAD=libpthread.so ; export LD_PRELOAD");