raster, I know you may not want this here, but apparently this fixes a

crashing bug in gevas (the gtk evas frontend).  lemme know if this needs to be
removed.


SVN revision: 4141
This commit is contained in:
Mandrake 2001-01-21 03:09:33 +00:00
parent 2ee05386b4
commit 36699b1484
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ _evas_callback_call(Evas e, Evas_Object o, Evas_Callback_Type callback,
Evas_List l;
static in_cb = 0;
if(!o) return;
if (in_cb) return;
in_cb = 1;
if (o->callbacks)