diff options
author | Thierry Vignaud <tv@mandriva.org> | 2010-01-27 17:25:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2010-01-27 17:25:52 +0000 |
commit | 8481c7510c8d1ce89576f621212e526c7886780d (patch) | |
tree | acd2cd5246cd7d4c1b2d30734fa371d584fe126a /mdkapplet | |
parent | 02a375220725572f0c536b419001ba398377f683 (diff) | |
download | mgaonline-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-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |