diff options
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-x | draksnapshot-applet | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet index c056f78..26b7150 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -115,7 +115,6 @@ sub harvester { push @pids, $childpid; WIFEXITED($?) and refresh_gui(1); } while $childpid > 0; - Glib::Timeout->add(200, sub { silentCheck(); 0 }) if $configurator_returned; return @pids; } |