summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-01-07 16:37:52 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-01-07 16:37:52 +0000
commit6ece55b81c17b473d8cf986ac351c42bbfd5f453 (patch)
tree24373dfd71a9f67db5e480210ad234b87607b553 /perl-install/Xconfig
parent6df03d5c1706b10e420365c9f9e03449ab039103 (diff)
downloaddrakx-6ece55b81c17b473d8cf986ac351c42bbfd5f453.tar
drakx-6ece55b81c17b473d8cf986ac351c42bbfd5f453.tar.gz
drakx-6ece55b81c17b473d8cf986ac351c42bbfd5f453.tar.bz2
drakx-6ece55b81c17b473d8cf986ac351c42bbfd5f453.tar.xz
drakx-6ece55b81c17b473d8cf986ac351c42bbfd5f453.zip
fix pixel sucks
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r--perl-install/Xconfig/resolution_and_depth.pm2
1 files changed, 1 insertions, 1 deletions
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;