summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-07-22 12:48:55 +0000
committerFrancois Pons <fpons@mandriva.com>2003-07-22 12:48:55 +0000
commitac3c8f58ecc48f748dfef29fa450f8f4775b54d1 (patch)
treeae8aeb26dd12c1846ef35726834e9db6a0715326 /perl-install/install_gtk.pm
parent4b2a80c839389e5cac5be43d5fd0bdc9803b4219 (diff)
downloaddrakx-backup-do-not-use-ac3c8f58ecc48f748dfef29fa450f8f4775b54d1.tar
drakx-backup-do-not-use-ac3c8f58ecc48f748dfef29fa450f8f4775b54d1.tar.gz
drakx-backup-do-not-use-ac3c8f58ecc48f748dfef29fa450f8f4775b54d1.tar.bz2
drakx-backup-do-not-use-ac3c8f58ecc48f748dfef29fa450f8f4775b54d1.tar.xz
drakx-backup-do-not-use-ac3c8f58ecc48f748dfef29fa450f8f4775b54d1.zip
fixed titi sucks (as usually as he never tests nor checks what he is writing).
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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;
}