summaryrefslogtreecommitdiffstats
path: root/draksnapshot-applet
diff options
context:
space:
mode:
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-xdraksnapshot-applet2
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet
index a4c08bd..9ed14b2 100755
--- a/draksnapshot-applet
+++ b/draksnapshot-applet
@@ -92,7 +92,7 @@ $con->add_filter(sub {
};
if ($bool) {
my $time = time();
- go2State('disk_found') if 5 < abs($time - $old_time);
+ go2State('disk_found') if 5 < abs($time - $old_time);
$old_time = $time;
}
0;