From ec8c4a98e2a11a97f0dc48212b92f2a6eafe989a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 26 Sep 2007 10:04:34 +0000 Subject: revert debug code --- lib/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index 46cf567..0d7715e 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -218,7 +218,7 @@ sub configure_auto_install { my ($raw_X, $card, $monitors, $old_X) = @_; my ($default_resolution, @resolutions); - if ($old_X->{resolution_wanted} eq 'automatic' || 1) { + if ($old_X->{resolution_wanted} eq 'automatic') { $default_resolution = { automatic => 1 }; } else { my $resolution_wanted = do { -- cgit v1.2.1