diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-21 17:29:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-21 17:29:41 +0000 |
commit | 4aee4c44b3c00e4c833c7b075bcc4476a5b775ef (patch) | |
tree | 2a516c7a3b2e3717bc6cda33078319dcb7d8b406 /mdkapplet | |
parent | 673243878aa667d574530e32e98d535bbb0ef746 (diff) | |
download | mgaonline-4aee4c44b3c00e4c833c7b075bcc4476a5b775ef.tar mgaonline-4aee4c44b3c00e4c833c7b075bcc4476a5b775ef.tar.gz mgaonline-4aee4c44b3c00e4c833c7b075bcc4476a5b775ef.tar.bz2 mgaonline-4aee4c44b3c00e4c833c7b075bcc4476a5b775ef.tar.xz mgaonline-4aee4c44b3c00e4c833c7b075bcc4476a5b775ef.zip |
(checkNetwork) do not check for network while checking for updates
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -408,6 +408,7 @@ sub setLastTime() { } sub checkNetwork() { + return if $checker_pid; require network::tools; if (!network::tools::has_network_connection()) { # do not notify if already done: |