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