diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-18 10:48:54 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-18 10:48:54 +0000 |
commit | 1997f681bf1275f99ff1569017b9e56d1dd04992 (patch) | |
tree | 97fb9ae6806367b6f7d617a5cbfce37111d27592 /perl-install/standalone/harddrake2 | |
parent | 16b3886587c1b968e2d88b742526d510c0375223 (diff) | |
download | drakx-backup-do-not-use-1997f681bf1275f99ff1569017b9e56d1dd04992.tar drakx-backup-do-not-use-1997f681bf1275f99ff1569017b9e56d1dd04992.tar.gz drakx-backup-do-not-use-1997f681bf1275f99ff1569017b9e56d1dd04992.tar.bz2 drakx-backup-do-not-use-1997f681bf1275f99ff1569017b9e56d1dd04992.tar.xz drakx-backup-do-not-use-1997f681bf1275f99ff1569017b9e56d1dd04992.zip |
internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the Gtk2->init
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 6 |
1 files changed, 1 insertions, 5 deletions
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] } |