From 6b77d893e560d4c48b14822b8d4227fd9eeaa5b4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Aug 2001 00:38:15 +0000 Subject: update_userkderc is now called update_gnomekderc --- perl-install/install_any.pm | 2 +- perl-install/install_steps.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 314b2447e..a59ed6f74 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -541,7 +541,7 @@ sub install_urpmi { sub kderc_largedisplay { my ($prefix) = @_; - update_userkderc($_, 'KDE', + update_gnomekderc($_, 'KDE', Contrast => 7, kfmIconStyle => "Large", kpanelIconStyle => "Normal", #- to change to Large when icons looks better diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index ab16217f8..e4e198146 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -451,7 +451,7 @@ Consoles 1,3,4,7 may also contain interesting information"; } # #- update language and icons for KDE. -# update_userkderc($_, 'Locale', Language => "") foreach list_skels($o->{prefix}, '.kderc'); +# update_gnomekderc($_, 'Locale', Language => "") foreach list_skels($o->{prefix}, '.kderc'); # log::l("updating kde icons according to available devices"); # install_any::kdeicons_postinstall($o->{prefix}); -- cgit v1.2.1