diff options
-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: |