X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fecore_job%2Frb_job.c;h=71fe1e3143308f28ed545fc34396b65c6f0c3447;hb=0ad70bf579b712a8bf770e2775cffa4a50097557;hp=e6d93f0c0a664ae2ebc96409802ad48090f576c2;hpb=041804188a058aa7bbc76c81e4a816255a635f00;p=ruby-ecore.git diff --git a/src/ecore_job/rb_job.c b/src/ecore_job/rb_job.c index e6d93f0..71fe1e3 100644 --- a/src/ecore_job/rb_job.c +++ b/src/ecore_job/rb_job.c @@ -1,7 +1,7 @@ /* - * $Id: rb_job.c 60 2004-08-10 14:12:36Z tilman $ + * $Id: rb_job.c 77 2004-08-19 17:39:29Z tilman $ * - * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) + * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -75,6 +75,7 @@ static VALUE c_new (VALUE klass) ecore_init (); job->callback = rb_block_proc (); + job->deleted = false; job->real = ecore_job_add (on_job, job); rb_obj_call_init (self, 0, NULL);