diff options
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-x | draksnapshot-applet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet index 8c8550e..09aa55a 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -161,7 +161,7 @@ sub silentCheck() { sub setup_cyclic_check() { $timeout = Glib::Timeout->add( - 2000, + 5000, sub { # default to 2sec silentCheck(); 1; |