summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2010-01-27 17:25:52 +0000
committerThierry Vignaud <tv@mandriva.org>2010-01-27 17:25:52 +0000
commit8481c7510c8d1ce89576f621212e526c7886780d (patch)
treeacd2cd5246cd7d4c1b2d30734fa371d584fe126a /mdkapplet
parent02a375220725572f0c536b419001ba398377f683 (diff)
downloadmgaonline-8481c7510c8d1ce89576f621212e526c7886780d.tar
mgaonline-8481c7510c8d1ce89576f621212e526c7886780d.tar.gz
mgaonline-8481c7510c8d1ce89576f621212e526c7886780d.tar.bz2
mgaonline-8481c7510c8d1ce89576f621212e526c7886780d.tar.xz
mgaonline-8481c7510c8d1ce89576f621212e526c7886780d.zip
(read_config) rename it as read_sys_config() for consistency with
read_local_config()
Diffstat (limited to 'mdkapplet')
-rwxr-xr-xmdkapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index fd0a0c01..fd6b542c 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -52,7 +52,7 @@ if (!find { $_ eq '--auto-update' } @ARGV) {
my $online_site = "http://www.mandrivalinux.com/";
my ($menu, $timeout, $network_timeout, $state_global, $sub_state);
-read_config();
+read_sys_config();
$config{UPDATE_FREQUENCY} ||= 3*60*60; # default to 3hours
if ($::testing) {
$config{FIRST_CHECK_DELAY} = 1 * 1000; # 1 second