diff options
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-x | draksnapshot-applet | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet index 5c46271..9f40bdd 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -139,8 +139,6 @@ sub harvester { if ($config_pid && $config_pid == $childpid) { undef $config_pid; # we should better check it has really been configured indeed. - setAutoStart('FALSE'); - ugtk2::exit(0); } push @pids, $childpid; WIFEXITED($?) and refresh_gui(1); |