From 3abea961605af2bce300c968ccc159f894dac68b Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 28 Mar 2008 16:00:03 +0000 Subject: space cleanup git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241095 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- draksnapshot-applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draksnapshot-applet') 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; -- cgit v1.2.1