From adcfb707663292922d1d5f46069ac31996b9aef8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Jul 2004 07:37:33 +0000 Subject: (choose_gtk): ensure default height is the chosen one --- perl-install/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfig/resolution_and_depth.pm') diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index b9ed165c5..51017a58d 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -302,7 +302,7 @@ sub choose_gtk { $set_chosen_Depth->(max(@{$x_res2depth{$chosen_x_res}})); } }); - $set_chosen_x_res->($chosen_x_res); + $set_chosen_x_res->($chosen_x_res, $chosen_y_res); $set_chosen_Depth->($chosen_Depth); $W->{ok}->grab_focus; -- cgit v1.2.1