summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_any.pm2
-rw-r--r--perl-install/install_steps.pm2
2 files changed, 2 insertions, 2 deletions
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});