diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-03-17 14:25:28 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-03-17 14:25:28 +0000 |
commit | 3e4674b1851cf4cf8c03922fcd2343427e4fbe71 (patch) | |
tree | 04596cfbb73da43261b7dbd20af35c24bbbe5718 | |
parent | 5b69430d4a3e1091cc3e79755a0ac1ce8dcdcf41 (diff) | |
download | mgaonline-3e4674b1851cf4cf8c03922fcd2343427e4fbe71.tar mgaonline-3e4674b1851cf4cf8c03922fcd2343427e4fbe71.tar.gz mgaonline-3e4674b1851cf4cf8c03922fcd2343427e4fbe71.tar.bz2 mgaonline-3e4674b1851cf4cf8c03922fcd2343427e4fbe71.tar.xz mgaonline-3e4674b1851cf4cf8c03922fcd2343427e4fbe71.zip |
- correct typo
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ sub setAutoStart { my $state = shift; my $file = "$ENV{HOME}/.mdkonline"; if (-f $file) { - my %s = getVarsInSh($file); + my %s = getVarsFromSh($file); $s{AUTOSTART} = $state; setVarsInSh($file, \%s); } else { output_p $file, |