summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xdraksnapshot-applet2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 91ebfe7..dd5584a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- applet:
+ o check only every 5s
+
Version 0.3 - 6 March 2008, Thierry Vignaud
- applet:
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;