summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-03-17 14:25:28 +0000
committerDaouda Lo <daouda@mandriva.com>2004-03-17 14:25:28 +0000
commit3e4674b1851cf4cf8c03922fcd2343427e4fbe71 (patch)
tree04596cfbb73da43261b7dbd20af35c24bbbe5718 /mdkapplet
parent5b69430d4a3e1091cc3e79755a0ac1ce8dcdcf41 (diff)
downloadmgaonline-3e4674b1851cf4cf8c03922fcd2343427e4fbe71.tar
mgaonline-3e4674b1851cf4cf8c03922fcd2343427e4fbe71.tar.gz
mgaonline-3e4674b1851cf4cf8c03922fcd2343427e4fbe71.tar.bz2
mgaonline-3e4674b1851cf4cf8c03922fcd2343427e4fbe71.tar.xz
mgaonline-3e4674b1851cf4cf8c03922fcd2343427e4fbe71.zip
- correct typo
Diffstat (limited to 'mdkapplet')
-rwxr-xr-xmdkapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index 315c3c11..2fa94ba9 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -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,