From 6ece55b81c17b473d8cf986ac351c42bbfd5f453 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Jan 2003 16:37:52 +0000 Subject: fix pixel sucks --- 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 ea859b5c7..295ea4a9a 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -305,7 +305,7 @@ sub choose_gtk { find { $_->{X} == $chosen_x_res && $_->{Y} == $chosen_y_res && - $_->{Depth} == $chosen_Depth } @resolutions); + $_->{Depth} == $chosen_Depth } @resolutions; } 1; -- cgit v1.2.1