diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-06 10:33:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-06 10:33:38 +0000 |
commit | e9c6665ac3bd856e38bca0685bf5b8ee34997977 (patch) | |
tree | 09a6b5aab24b82fd5d68a67313c3b73f96547415 /perl-install/Xconfigurator.pm | |
parent | 49d9689b2bd16bcda5a294e3ac9669d14f2ff2b9 (diff) | |
download | drakx-e9c6665ac3bd856e38bca0685bf5b8ee34997977.tar drakx-e9c6665ac3bd856e38bca0685bf5b8ee34997977.tar.gz drakx-e9c6665ac3bd856e38bca0685bf5b8ee34997977.tar.bz2 drakx-e9c6665ac3bd856e38bca0685bf5b8ee34997977.tar.xz drakx-e9c6665ac3bd856e38bca0685bf5b8ee34997977.zip |
no_comment
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; |