From ac3c8f58ecc48f748dfef29fa450f8f4775b54d1 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 22 Jul 2003 12:48:55 +0000 Subject: fixed titi sucks (as usually as he never tests nor checks what he is writing). --- perl-install/install_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 3dad741fb..e44868e37 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -199,7 +199,7 @@ sub create_logo_window { #------------------------------------------------------------------------------ sub init_gtk() { symlink("/tmp/stage2/etc/$_", "/etc/$_") foreach qw(gtk-2.0 pango fonts); - Gtk2::init(@ARGV); + Gtk2->init(); Gtk2->set_locale; } -- cgit v1.2.1