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 | |
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
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | mdkapplet | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ - mdkapplet: o do not skip first RPM check (change made in 2.16 in march 2007) + o do not check for network while checking for updates Version 2.38 - 20 March 2008, Thierry Vignaud @@ -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: |