diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-11 02:22:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-11 02:22:15 +0000 |
commit | 60c5be6245a02d6f09aebd2d257716a578bc90c3 (patch) | |
tree | 9deeba176c0a0e0271bac780541305e799d668e9 /perl-install/install_gtk.pm | |
parent | 07d2e1e1e8da3b23c77c741236312c63485c550b (diff) | |
download | drakx-60c5be6245a02d6f09aebd2d257716a578bc90c3.tar drakx-60c5be6245a02d6f09aebd2d257716a578bc90c3.tar.gz drakx-60c5be6245a02d6f09aebd2d257716a578bc90c3.tar.bz2 drakx-60c5be6245a02d6f09aebd2d257716a578bc90c3.tar.xz drakx-60c5be6245a02d6f09aebd2d257716a578bc90c3.zip |
perl_checker compliance
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r-- | perl-install/install_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index e44868e37..61c3c5614 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(); + Gtk2->init; Gtk2->set_locale; } |