summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-09-03 22:11:11 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-09-03 22:11:11 +0000
commit62c8c551bd9f258a3b97ad0d554b4b3b3e4456d2 (patch)
tree89dcdb5bee789c4620c4f068f22bf8d63863ca02 /perl-install/my_gtk.pm
parent130e60f3508fbf370afe189866183d528e535e34 (diff)
downloaddrakx-backup-do-not-use-62c8c551bd9f258a3b97ad0d554b4b3b3e4456d2.tar
drakx-backup-do-not-use-62c8c551bd9f258a3b97ad0d554b4b3b3e4456d2.tar.gz
drakx-backup-do-not-use-62c8c551bd9f258a3b97ad0d554b4b3b3e4456d2.tar.bz2
drakx-backup-do-not-use-62c8c551bd9f258a3b97ad0d554b4b3b3e4456d2.tar.xz
drakx-backup-do-not-use-62c8c551bd9f258a3b97ad0d554b4b3b3e4456d2.zip
try to get rid of BEGIN but still be able to start up the install :-)
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index e8454543d..f8cef32fe 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -29,7 +29,6 @@ $border = 5;
sub new {
my ($type, $title, %opts) = @_;
- Gtk->init;
Gtk->set_locale;
my $o = bless { %opts }, $type;