diff options
author | Yves Duret <yduret@mandriva.com> | 2001-08-06 14:24:38 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-08-06 14:24:38 +0000 |
commit | b8e3943211800c392c6a070af04dc13ec306ae56 (patch) | |
tree | aedc3363100484e7e9f1bd7b8ff9776751d949d4 | |
parent | bea42ce73ccf7bfed382f563c7b02154f761b7c4 (diff) | |
download | control-center-b8e3943211800c392c6a070af04dc13ec306ae56.tar control-center-b8e3943211800c392c6a070af04dc13ec306ae56.tar.gz control-center-b8e3943211800c392c6a070af04dc13ec306ae56.tar.bz2 control-center-b8e3943211800c392c6a070af04dc13ec306ae56.tar.xz control-center-b8e3943211800c392c6a070af04dc13ec306ae56.zip |
use MDK::Common;
-rwxr-xr-x | gecko.pm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,14 +1,18 @@ #!/usr/bin/perl -w +# $Id$ # TITLE: Mozilla embedding # REQUIRES: Gtk Mozilla + use POSIX qw(getenv); use Gtk::MozEmbed; +use MDK::Common; use Locale::GetText; use lib qw(/usr/lib/libDrakX); use interactive; use standalone; -use common qw(:common :file :functional :system); + + # 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 |