From 70fd8ae05409bb33818da725015daf181c6e6a83 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 28 Jul 2002 22:00:14 +0000 Subject: adapt to new Xconfig modules --- perl-install/install_gtk.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 0c895eda1..74ac6459c 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -221,9 +221,9 @@ sub createXconf { symlink("/tmp/stage2/etc/im_palette.pal", "etc/im_palette.pal"); if (arch() =~ /^ia64/) { - require Xconfigurator; - my ($card) = Xconfigurator::probe_cards(); - Xconfigurator::add_to_card__using_Cards($card, $card->{type}) if $card && $card->{type}; + require Xconfig::card; + my ($card) = Xconfig::card::probe(); + Xconfig::card::add_to_card__using_Cards($card, $card->{type}) if $card && $card->{type}; output($file, <