From 1997f681bf1275f99ff1569017b9e56d1dd04992 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 18 Feb 2003 10:48:54 +0000 Subject: internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the Gtk2->init --- perl-install/standalone/harddrake2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index b65c40fa0..d4600d9b6 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -8,11 +8,7 @@ use common; use ugtk2 qw(:create :helpers :wrappers); use interactive; -#- needed for proper execution for non-8bits locales -ugtk2::prepare_gtk2(); -#- this must come *after* gtk2 and gettext initialization, as it uses some -#- translatable strings -require harddrake::data; +use harddrake::data; #- needs to stay after use-ugtk2 as long as this module defines globals containing some N() # { field => [ short_translation, full_description] } -- cgit v1.2.1