X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fecore%2Frb_idler.c;h=263b7149b4561349ed567e5f6500cd8f04e90315;hb=d11d27f56a611be4523b0caed6da93a4cc5269f6;hp=05550fd6f9786584271e6be0babbb2edc1392f29;hpb=041804188a058aa7bbc76c81e4a816255a635f00;p=ruby-ecore.git diff --git a/src/ecore/rb_idler.c b/src/ecore/rb_idler.c index 05550fd..263b714 100644 --- a/src/ecore/rb_idler.c +++ b/src/ecore/rb_idler.c @@ -1,7 +1,7 @@ /* - * $Id: rb_idler.c 60 2004-08-10 14:12:36Z tilman $ + * $Id: rb_idler.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 @@ -83,6 +83,7 @@ static VALUE c_new (VALUE klass) ecore_init (); idler->callback = rb_block_proc (); + idler->deleted = false; idler->real = ecore_idler_add (on_idler, idler); rb_obj_call_init (self, 0, NULL);