From 23c668556845566269c252f95efa533b271f215d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 13 Jun 2001 17:23:24 +0000 Subject: fix fix for laptop resolutions. --- perl-install/Xconfigurator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 926a26576..86e766f84 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -820,7 +820,7 @@ sub resolutionsConfiguration { return 1; #- aka we cannot test, assumed as good (should be). } if (is_empty_hash_ref($card->{depth})) { - $card->{depth}{$_} = [ map { [ split "x" ] } (detect_devices::isLaptop() ? @resolutions : @resolutions_laptop) ] + $card->{depth}{$_} = [ map { [ split "x" ] } (detect_devices::isLaptop() ? @resolutions_laptop : @resolutions) ] foreach @depths; } #- sort resolutions in each depth -- cgit v1.2.1