From 9ba45465ec57f6a03417e810c3defec080579355 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 30 Jul 2003 11:05:07 +0000 Subject: - move from perl-GTK2 to perl-Gtk2 - fix an old weird typo --- perl-install/Xconfig/test.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/Xconfig') diff --git a/perl-install/Xconfig/test.pm b/perl-install/Xconfig/test.pm index d14cca755..777066420 100644 --- a/perl-install/Xconfig/test.pm +++ b/perl-install/Xconfig/test.pm @@ -103,7 +103,6 @@ sub test { $::noShadow = 1; open(my $F, "|perl 2>/dev/null"); - print $F printf $F q( use lib qw(%s); BEGIN { $::no_ugtk_init = 1 } @@ -120,7 +119,7 @@ sub test { lang::bindtextdomain(); $ENV{DISPLAY} = ":9"; - Gtk2->init([]); + Gtk2->init; gtkset_background(200 * 257, 210 * 257, 210 * 257); my ($h, $w) = gtkroot()->get_size; -- cgit v1.2.1