From d67ba29820f9bbc039bd9c0dcd30976771dfc75e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 23 Dec 2002 12:44:01 +0000 Subject: fix titi porting gtk2 without testing enough.. --- perl-install/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index 14065b72b..444bba4e5 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -211,7 +211,7 @@ sub choose_gtk { my %monitor_images_x_res = do { my @l = qw(640 800 1024 1152 1280 1400 1600 1920 2048); - my %h = map { $_ => [ gtkcreate_img("monitor-$_.png") ] } @l; + my %h = map { $_ => gtkcreate_img("monitor-$_.png") } @l; #- for the other, use the biggest smaller foreach my $x_res (uniq map { $_->{X} } @resolutions) { -- cgit v1.2.1