diff options
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 14aa8ac28..d4cdc55ad 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -451,6 +451,8 @@ sub chooseResolutionsGtk($$;$) { } sub chooseResolutions($$;$) { + goto &chooseResolutionsGtk if ref($in) =~ /gtk/; + my ($card, $chosen_depth, $chosen_w) = @_; my $best_w; |