summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/resolution_and_depth.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Xconfig/resolution_and_depth.pm')
-rw-r--r--perl-install/Xconfig/resolution_and_depth.pm2
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 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;