From 62c8c551bd9f258a3b97ad0d554b4b3b3e4456d2 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 3 Sep 2002 22:11:11 +0000 Subject: try to get rid of BEGIN but still be able to start up the install :-) --- perl-install/my_gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/my_gtk.pm') 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; -- cgit v1.2.1