summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-05 21:26:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-05 21:26:23 +0000
commitf66da5419372f9c931645c7685fd44d69d8a66c5 (patch)
treede23bce9c5c1ddcd9c541b9833da99c298d034d3 /perl-install/install_any.pm
parentfd6b89e3d9cb165829a25cd196b5340104a4e440 (diff)
downloaddrakx-backup-do-not-use-f66da5419372f9c931645c7685fd44d69d8a66c5.tar
drakx-backup-do-not-use-f66da5419372f9c931645c7685fd44d69d8a66c5.tar.gz
drakx-backup-do-not-use-f66da5419372f9c931645c7685fd44d69d8a66c5.tar.bz2
drakx-backup-do-not-use-f66da5419372f9c931645c7685fd44d69d8a66c5.tar.xz
drakx-backup-do-not-use-f66da5419372f9c931645c7685fd44d69d8a66c5.zip
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 12e080d57..6403ebf7a 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -589,7 +589,7 @@ sub kderc_largedisplay($) {
foreach (list_skels()) {
substInFile {
s/^(GridWidth)=85/$1=100/;
- s/^(GridWidth)=70/$1=75/;
+ s/^(GridHeight)=70/$1=75/;
} "$prefix$_/.kde/share/config/kfmrc"
}
}