diff options
author | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-05-13 16:16:29 +0000 |
---|---|---|
committer | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-05-13 16:16:29 +0000 |
commit | fc3652e2e2cf01163c74b93cd9f718d618c7ce07 (patch) | |
tree | 7df77d6a62cf185c9abd0b5ad2e8cc6910634906 /draksnapshot-applet | |
parent | 48391aa0efcdb39e937d5973cf82f3c68a91dab0 (diff) | |
download | draksnapshot-fc3652e2e2cf01163c74b93cd9f718d618c7ce07.tar draksnapshot-fc3652e2e2cf01163c74b93cd9f718d618c7ce07.tar.gz draksnapshot-fc3652e2e2cf01163c74b93cd9f718d618c7ce07.tar.bz2 draksnapshot-fc3652e2e2cf01163c74b93cd9f718d618c7ce07.tar.xz draksnapshot-fc3652e2e2cf01163c74b93cd9f718d618c7ce07.zip |
(harvester) keep running if configured once
git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@242496 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
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); |