diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-26 10:04:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-26 10:04:34 +0000 |
commit | ec8c4a98e2a11a97f0dc48212b92f2a6eafe989a (patch) | |
tree | 3da0f6b13c7f42ef85e8a494fb7cc37e19259e13 /lib | |
parent | d3f00d6a47768e5525635699dfe6677aae74b4cd (diff) | |
download | drakx-kbd-mouse-x11-ec8c4a98e2a11a97f0dc48212b92f2a6eafe989a.tar drakx-kbd-mouse-x11-ec8c4a98e2a11a97f0dc48212b92f2a6eafe989a.tar.gz drakx-kbd-mouse-x11-ec8c4a98e2a11a97f0dc48212b92f2a6eafe989a.tar.bz2 drakx-kbd-mouse-x11-ec8c4a98e2a11a97f0dc48212b92f2a6eafe989a.tar.xz drakx-kbd-mouse-x11-ec8c4a98e2a11a97f0dc48212b92f2a6eafe989a.zip |
revert debug code
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Xconfig/resolution_and_depth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |