diff options
-rw-r--r-- | perl-install/Xconfig/resolution_and_depth.pm | 2 |
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; |