summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraksnapshot-applet2
1 files changed, 0 insertions, 2 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet
index 26b7150..c7e6764 100755
--- a/draksnapshot-applet
+++ b/draksnapshot-applet
@@ -102,12 +102,10 @@ my $config_pid;
sub harvester {
my ($_signame, $_clean) = @_;
my ($childpid, @pids);
- my $configurator_returned;
do {
$childpid = waitpid(-1, &WNOHANG);
if ($config_pid && $config_pid == $childpid) {
undef $config_pid;
- $configurator_returned = 1;
# we should better check it has really been configured indeed.
setAutoStart('FALSE');
ugtk2::exit(0);